Thanks to visit codestin.com Credit goes to github.com
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 6ab08e6 commit cf43873Copy full SHA for cf43873
CHANGES.md
@@ -1,5 +1,10 @@
1
# CHANGES to the 'datastructures' GAP package
2
3
+## 0.2.6 (2021-04-13)
4
+
5
+ - Prepare for GAP 4.12
6
+ - Various janitorial changes
7
8
## 0.2.5 (2019-11-11)
9
10
- Replace the build system with a new one that doesn't use autotool
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.5",
15
-Date := "11/11/2019", # dd/mm/yyyy format
+Version := "0.2.6",
+Date := "13/04/2021", # dd/mm/yyyy format
16
License := "GPL-2.0-or-later",
17
18
Persons := [
0 commit comments