Skip to content

Commit 5774adb

Browse files
committed
Bump versions
1 parent 5dcdcda commit 5774adb

File tree

3 files changed

+4
-34
lines changed

3 files changed

+4
-34
lines changed

CAP/PackageInfo.g

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,11 @@
99
SetPackageInfo( rec(
1010

1111
PackageName := "CAP",
12-
1312
Subtitle := "Categories, Algorithms, Programming",
14-
15-
Version := Maximum( [
16-
"2021.02-03", ## Mohamed's version
17-
## this line prevents merge conflicts
18-
"2015.04-01", ## Oystein's version
19-
## this line prevents merge conflicts
20-
"2019.06-05", ## Sebas' version
21-
## this line prevents merge conflicts
22-
"2020.04-16", ## Sepp's version
23-
## this line prevents merge conflicts
24-
"2021.07-02", ## Fabian's version
25-
## this line prevents merge conflicts
26-
"2021.05-04", ## Kamal's version
27-
] ),
28-
13+
Version := "2021.08-01",
2914
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
3015
License := "GPL-2.0-or-later",
3116

32-
3317
Persons := [
3418
rec(
3519
IsAuthor := true,

CompilerForCAP/PackageInfo.g

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

1111
PackageName := "CompilerForCAP",
1212
Subtitle := "Speed up computations in CAP categories",
13-
Version := Maximum( [
14-
"2021.07-01", ## Fabian's version
15-
## this line prevents merge conflicts
16-
] ),
13+
Version := "2021.08-01",
1714
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1815
License := "GPL-2.0-or-later",
1916

FreydCategoriesForCAP/PackageInfo.g

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

1111
PackageName := "FreydCategoriesForCAP",
1212
Subtitle := "Freyd categories - Formal (co)kernels for additive categories",
13-
Version := Maximum( [
14-
"2019.03-04", ## Martin's version
15-
## this line prevents merge conflicts
16-
"2020.09-21", ## Sepp's version
17-
## this line prevents merge conflicts
18-
"2020.05-17", ## Mohamed's version
19-
## this line prevents merge conflicts
20-
"2021.07-03", ## Fabian's version
21-
## this line prevents merge conflicts
22-
"2020.04-18", ## Kamal's version
23-
] ),
13+
Version := "2021.08-01",
2414
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
2515
License := "GPL-2.0-or-later",
2616

27-
2817
Persons := [
2918
rec(
3019
IsAuthor := true,
@@ -99,7 +88,7 @@ PackageDoc := rec(
9988
Dependencies := rec(
10089
GAP := ">= 4.8",
10190
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ],
102-
[ "CAP", ">= 2021.06-02" ],
91+
[ "CAP", ">= 2021.08-01" ],
10392
[ "MatricesForHomalg", ">= 2021.07-01" ],
10493
[ "GradedRingForHomalg", ">=2019.08.07" ],
10594
[ "LinearAlgebraForCAP", ">= 2020.05.16" ],

0 commit comments

Comments
 (0)