Skip to content

Commit ec87fc8

Browse files
committed
Bump versions
1 parent 7fde80a commit ec87fc8

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
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 := "2021.08-02",
13+
Version := "2021.08-03",
1414
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1515
License := "GPL-2.0-or-later",
1616

MonoidalCategories/PackageInfo.g

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

1111
PackageName := "MonoidalCategories",
1212
Subtitle := "Monoidal and monoidal (co)closed categories",
13-
Version := Maximum( [
14-
"2021.02-01", ## Mohamed's version
15-
## this line prevents merge conflicts
16-
"2019.06-07", ## Sebas' version
17-
## this line prevents merge conflicts
18-
"2020.04-16", ## Sepp's version
19-
## this line prevents merge conflicts
20-
"2021.06-01", ## Fabian's version
21-
## this line prevents merge conflicts
22-
"2019.03-14", ## Tom's version
23-
] ),
13+
Version := "2021.08-01",
2414

2515
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
2616
License := "GPL-2.0-or-later",
@@ -130,7 +120,7 @@ Dependencies := rec(
130120
NeededOtherPackages := [
131121
[ "GAPDoc", ">= 1.5" ],
132122
[ "ToolsForHomalg", ">= 2018.05.22" ],
133-
[ "CAP", ">= 2021.06-02" ],
123+
[ "CAP", ">= 2021.08-03" ],
134124
],
135125
SuggestedOtherPackages := [ ],
136126
ExternalConditions := [ ],

0 commit comments

Comments
 (0)