Skip to content

Commit 993058f

Browse files
Merge pull request #1496 from TKuh/bump_versions
2 parents 91f0ae5 + 50e8e3d commit 993058f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CAP/PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "CAP",
1212
Subtitle := "Categories, Algorithms, Programming",
13-
Version := "2023.10-06",
13+
Version := "2023.10-07",
1414
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)( ),
1515
License := "GPL-2.0-or-later",
1616

FreydCategoriesForCAP/PackageInfo.g

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "FreydCategoriesForCAP",
1212
Subtitle := "Freyd categories - Formal (co)kernels for additive categories",
13-
Version := "2023.10-05",
13+
Version := "2023.10-06",
1414
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)( ),
1515
License := "GPL-2.0-or-later",
1616

@@ -87,10 +87,10 @@ PackageDoc := rec(
8787

8888
Dependencies := rec(
8989
GAP := ">= 4.12.1",
90-
NeededOtherPackages := [ [ "CAP", ">= 2023.10-04" ],
90+
NeededOtherPackages := [ [ "CAP", ">= 2023.10-07" ],
9191
[ "MatricesForHomalg", ">= 2023.01-01" ],
9292
[ "GradedRingForHomalg", ">=2019.08.07" ],
93-
[ "MonoidalCategories", ">= 2023.08-11" ],
93+
[ "MonoidalCategories", ">= 2023.10-01" ],
9494
[ "GeneralizedMorphismsForCAP", ">= 2018.06.15" ]
9595
],
9696
SuggestedOtherPackages := [

LinearAlgebraForCAP/PackageInfo.g

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "LinearAlgebraForCAP",
1212
Subtitle := "Category of Matrices over a Field for CAP",
13-
Version := "2023.10-03",
13+
Version := "2023.10-04",
1414
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)( ),
1515
License := "GPL-2.0-or-later",
1616

@@ -89,8 +89,8 @@ Dependencies := rec(
8989
NeededOtherPackages := [ [ "ToolsForHomalg", ">= 2015.09.18" ],
9090
[ "MatricesForHomalg", ">= 2023.01-01" ],
9191
[ "GaussForHomalg", ">= 2021.04-02" ],
92-
[ "CAP", ">= 2023.10-04" ],
93-
[ "MonoidalCategories", ">= 2023.08-11" ],
92+
[ "CAP", ">= 2023.10-07" ],
93+
[ "MonoidalCategories", ">= 2023.10-01" ],
9494
],
9595
SuggestedOtherPackages := [
9696
[ "FreydCategoriesForCAP", ">= 2022.12-02" ],

0 commit comments

Comments
 (0)