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 7773061 commit a38f7acCopy full SHA for a38f7ac
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES to the 'datastructures' GAP package
2
3
+## 0.2.7 (2022-03-03)
4
+
5
+ - Various janitorial changes
6
7
## 0.2.6 (2021-04-13)
8
9
- Prepare for GAP 4.12
PackageInfo.g
@@ -11,8 +11,8 @@ SetPackageInfo( rec(
11
12
PackageName := "datastructures",
13
Subtitle := "Collection of standard data structures for GAP",
14
-Version := "0.2.6",
15
-Date := "13/04/2021", # dd/mm/yyyy format
+Version := "0.2.7",
+Date := "03/03/2022", # dd/mm/yyyy format
16
License := "GPL-2.0-or-later",
17
18
Persons := [
0 commit comments