Skip to content

Commit 039bfd4

Browse files
Merge pull request #1435 from mohamed-barakat/AttributeCategoryForCAP
bumped versions
2 parents 99b7a38 + ef0c726 commit 039bfd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ActionsForCAP/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 := "ActionsForCAP",
1212
Subtitle := "Actions and Coactions for CAP",
13-
Version := "2023.02-01",
13+
Version := "2023.08-01",
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

@@ -82,7 +82,7 @@ Dependencies := rec(
8282
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ],
8383
[ "CAP", ">= 2019.09.16" ],
8484
[ "MonoidalCategories", ">= 2019.01.16" ],
85-
[ "AttributeCategoryForCAP", ">=2016.09.14" ]
85+
[ "AttributeCategoryForCAP", ">= 2023.08-01" ]
8686
],
8787
SuggestedOtherPackages := [ ],
8888
ExternalConditions := [ ],

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 := "2023.07-01",
13+
Version := "2023.08-01",
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

0 commit comments

Comments
 (0)