Skip to content

Commit

Permalink
Merge pull request #1496 from TKuh/bump_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat authored Oct 19, 2023
2 parents 91f0ae5 + 50e8e3d commit 993058f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "CAP",
Subtitle := "Categories, Algorithms, Programming",
Version := "2023.10-06",
Version := "2023.10-07",
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
License := "GPL-2.0-or-later",

Expand Down
6 changes: 3 additions & 3 deletions FreydCategoriesForCAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "FreydCategoriesForCAP",
Subtitle := "Freyd categories - Formal (co)kernels for additive categories",
Version := "2023.10-05",
Version := "2023.10-06",
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
License := "GPL-2.0-or-later",

Expand Down Expand Up @@ -87,10 +87,10 @@ PackageDoc := rec(

Dependencies := rec(
GAP := ">= 4.12.1",
NeededOtherPackages := [ [ "CAP", ">= 2023.10-04" ],
NeededOtherPackages := [ [ "CAP", ">= 2023.10-07" ],
[ "MatricesForHomalg", ">= 2023.01-01" ],
[ "GradedRingForHomalg", ">=2019.08.07" ],
[ "MonoidalCategories", ">= 2023.08-11" ],
[ "MonoidalCategories", ">= 2023.10-01" ],
[ "GeneralizedMorphismsForCAP", ">= 2018.06.15" ]
],
SuggestedOtherPackages := [
Expand Down
6 changes: 3 additions & 3 deletions LinearAlgebraForCAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "LinearAlgebraForCAP",
Subtitle := "Category of Matrices over a Field for CAP",
Version := "2023.10-03",
Version := "2023.10-04",
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
License := "GPL-2.0-or-later",

Expand Down Expand Up @@ -89,8 +89,8 @@ Dependencies := rec(
NeededOtherPackages := [ [ "ToolsForHomalg", ">= 2015.09.18" ],
[ "MatricesForHomalg", ">= 2023.01-01" ],
[ "GaussForHomalg", ">= 2021.04-02" ],
[ "CAP", ">= 2023.10-04" ],
[ "MonoidalCategories", ">= 2023.08-11" ],
[ "CAP", ">= 2023.10-07" ],
[ "MonoidalCategories", ">= 2023.10-01" ],
],
SuggestedOtherPackages := [
[ "FreydCategoriesForCAP", ">= 2022.12-02" ],
Expand Down

0 comments on commit 993058f

Please sign in to comment.