We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4666b commit e509002Copy full SHA for e509002
CHANGES.md
@@ -1,6 +1,6 @@
1
This file describes changes in the smallgrp package.
2
3
-# 1.5.4 (2024-MM-DD)
+# 1.5.4 (2024-07-04)
4
5
- Don't attempt to load non-existent source files (this was
6
harmless so far as it failed silently, but in future GAP
PackageInfo.g
@@ -10,8 +10,8 @@ SetPackageInfo( rec(
10
11
PackageName := "SmallGrp",
12
Subtitle := "The GAP Small Groups Library",
13
-Version := "1.5.3",
14
-Date := "16/05/2023", # dd/mm/yyyy format
+Version := "1.5.4",
+Date := "04/07/2024", # dd/mm/yyyy format
15
License := "Artistic-2.0",
16
17
Persons := [
0 commit comments