Skip to content

Commit e27c804

Browse files
bumped versions
1 parent 774f5aa commit e27c804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GradedModules/PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetPackageInfo( rec(
1111

1212
PackageName := "GradedModules",
1313
Subtitle := "A homalg based package for the Abelian category of finitely presented graded modules over computable graded rings",
14-
Version := "2024.01-01",
14+
Version := "2024.12-01",
1515
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)( ),
1616
License := "GPL-2.0-or-later",
1717

Modules/PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetPackageInfo( rec(
1111

1212
PackageName := "Modules",
1313
Subtitle := "A homalg based package for the Abelian category of finitely presented modules over computable rings",
14-
Version := "2024.01-01",
14+
Version := "2024.12-01",
1515
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)( ),
1616
License := "GPL-2.0-or-later",
1717

0 commit comments

Comments
 (0)