We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf42a64 commit 9a36513Copy full SHA for 9a36513
CHANGES.md
@@ -1,6 +1,6 @@
1
# CHANGES to the 'groupoids' package
2
3
-## Version 1.67dev for GAP 4.10.2 (12/07/19)
+## Version 1.68 for GAP 4.10.2 (04/09/19)
4
5
* (12/07/19) fixed errors in tests introduced in gapdev
6
PackageInfo.g
@@ -8,8 +8,8 @@ SetPackageInfo( rec(
8
9
PackageName := "groupoids",
10
Subtitle := "Calculations with finite groupoids and their homomorphisms",
11
-Version := "1.67dev",
12
-Date := "12/07/2019", # dd/mm/yyyy format
+Version := "1.68",
+Date := "04/09/2019", # dd/mm/yyyy format
13
License := "GPL-2.0-or-later",
14
15
Persons := [
0 commit comments