Skip to content

Commit e8f0492

Browse files
author
Tom Kuhmichel
committed
Bump versions
* MonoidalCategories * CartesianCategories
1 parent 68da97a commit e8f0492

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CartesianCategories/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 := "CartesianCategories",
1212
Subtitle := "Cartesian and cocartesian categories and various subdoctrines",
13-
Version := "2023.10-01",
13+
Version := "2023.10-02",
1414
Date := ~.Version{[ 1 .. 10 ]},
1515
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)( ),
1616
License := "GPL-2.0-or-later",
@@ -98,10 +98,10 @@ PackageDoc := rec(
9898
Dependencies := rec(
9999
GAP := ">= 4.12.1",
100100
NeededOtherPackages := [
101-
[ "CAP", ">= 2023.08-16" ],
101+
[ "CAP", ">= 2023.10-07" ],
102102
],
103103
SuggestedOtherPackages := [
104-
[ "MonoidalCategories", ">= 2023.08-11" ],
104+
[ "MonoidalCategories", ">= 2023.10-02" ],
105105
],
106106
ExternalConditions := [ ],
107107
),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The files of this package which include the line `THIS FILE WAS AUTOMATICALLY GENERATED` in their header have been autogenerated
22

3-
* from MonoidalCategories v2023.10-01
3+
* from MonoidalCategories v2023.10-02

LinearAlgebraForCAP/PackageInfo.g

Lines changed: 2 additions & 2 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-04",
13+
Version := "2023.10-05",
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

@@ -90,7 +90,7 @@ Dependencies := rec(
9090
[ "MatricesForHomalg", ">= 2023.01-01" ],
9191
[ "GaussForHomalg", ">= 2021.04-02" ],
9292
[ "CAP", ">= 2023.10-07" ],
93-
[ "MonoidalCategories", ">= 2023.10-01" ],
93+
[ "MonoidalCategories", ">= 2023.10-02" ],
9494
],
9595
SuggestedOtherPackages := [
9696
[ "FreydCategoriesForCAP", ">= 2022.12-02" ],

MonoidalCategories/PackageInfo.g

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

1111
PackageName := "MonoidalCategories",
1212
Subtitle := "Monoidal and monoidal (co)closed categories",
13-
Version := "2023.10-01",
13+
Version := "2023.10-02",
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

@@ -118,7 +118,7 @@ Dependencies := rec(
118118
GAP := ">= 4.12.1",
119119
NeededOtherPackages := [
120120
[ "ToolsForHomalg", ">= 2018.05.22" ],
121-
[ "CAP", ">= 2023.08-16" ],
121+
[ "CAP", ">= 2023.10-07" ],
122122
],
123123
SuggestedOtherPackages := [ ],
124124
ExternalConditions := [ ],

0 commit comments

Comments
 (0)