Skip to content

Commit 84f819b

Browse files
committed
Bump versions
1 parent c9e5b1e commit 84f819b

File tree

7 files changed

+7
-24
lines changed

7 files changed

+7
-24
lines changed

ActionsForCAP/PackageInfo.g

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@ SetPackageInfo( rec(
1111
PackageName := "ActionsForCAP",
1212
Subtitle := "Actions and Coactions for CAP",
1313

14-
Version := Maximum( [
15-
"2019.09-16", ## Mohamed's version
16-
## this line prevents merge conflicts
17-
"2015.08-19", ## Sebas' version
18-
## this line prevents merge conflicts
19-
"2017.01-11", ## Sepp's version
20-
## this line prevents merge conflicts
21-
"2020.10-01", ## Fabian's version
22-
] ),
14+
Version := "2021.10-01",
2315

2416
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
2517
License := "GPL-2.0-or-later",

AttributeCategoryForCAP/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 := "AttributeCategoryForCAP",
1212
Subtitle := "Automatic enhancement with attributes of a CAP category",
13-
Version := "2021.08-01",
13+
Version := "2021.10-01",
1414
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1515
License := "GPL-2.0-or-later",
1616

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

CompilerForCAP/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 := "CompilerForCAP",
1212
Subtitle := "Speed up computations in CAP categories",
13-
Version := "2021.10-04",
13+
Version := "2021.10-05",
1414
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1515
License := "GPL-2.0-or-later",
1616

FreydCategoriesForCAP/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 := "FreydCategoriesForCAP",
1212
Subtitle := "Freyd categories - Formal (co)kernels for additive categories",
13-
Version := "2021.10-04",
13+
Version := "2021.10-05",
1414
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1515
License := "GPL-2.0-or-later",
1616

GeneralizedMorphismsForCAP/PackageInfo.g

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@ SetPackageInfo( rec(
33
PackageName := "GeneralizedMorphismsForCAP",
44
Subtitle := "Implementations of generalized morphisms for the CAP project",
55

6-
Version := Maximum( [
7-
"2017.12-30", ## Sebas' version
8-
## this line prevents merge conflicts
9-
"2020.04-16", ## Sepp's version
10-
## this line prevents merge conflicts
11-
"2020.04-29", ## Mohamed's version
12-
## this line prevents merge conflicts
13-
"2021.05-01", ## Fabian's version
14-
## this line prevents merge conflicts
15-
] ),
6+
Version := "2021.10-01",
167

178
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
189
License := "GPL-2.0-or-later",

MonoidalCategories/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 := "MonoidalCategories",
1212
Subtitle := "Monoidal and monoidal (co)closed categories",
13-
Version := "2021.08-02",
13+
Version := "2021.10-01",
1414
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1515
License := "GPL-2.0-or-later",
1616

0 commit comments

Comments
 (0)