Skip to content

Commit

Permalink
Merge pull request #1435 from mohamed-barakat/AttributeCategoryForCAP
Browse files Browse the repository at this point in the history
bumped versions
  • Loading branch information
mohamed-barakat authored Aug 20, 2023
2 parents 99b7a38 + ef0c726 commit 039bfd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ActionsForCAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "ActionsForCAP",
Subtitle := "Actions and Coactions for CAP",
Version := "2023.02-01",
Version := "2023.08-01",
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)( ),
License := "GPL-2.0-or-later",

Expand Down Expand Up @@ -82,7 +82,7 @@ Dependencies := rec(
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ],
[ "CAP", ">= 2019.09.16" ],
[ "MonoidalCategories", ">= 2019.01.16" ],
[ "AttributeCategoryForCAP", ">=2016.09.14" ]
[ "AttributeCategoryForCAP", ">= 2023.08-01" ]
],
SuggestedOtherPackages := [ ],
ExternalConditions := [ ],
Expand Down
2 changes: 1 addition & 1 deletion AttributeCategoryForCAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "AttributeCategoryForCAP",
Subtitle := "Automatic enhancement with attributes of a CAP category",
Version := "2023.07-01",
Version := "2023.08-01",
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)( ),
License := "GPL-2.0-or-later",

Expand Down

0 comments on commit 039bfd4

Please sign in to comment.