We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d93558 commit 569d851Copy full SHA for 569d851
CHANGES.md
@@ -1,6 +1,6 @@
1
# CHANGES to the 'groupoids' package
2
3
-## Version 1.77dev for GAP 4.14.0 (17/07/25)
+## Version 1.78 for GAP 4.14.0 (18/07/25)
4
* (17/07/25) documented some missing categories in the manual
5
6
## Version 1.77 for GAP 4.14.0 (03/07/25)
PackageInfo.g
@@ -8,8 +8,8 @@ SetPackageInfo( rec(
8
9
PackageName := "groupoids",
10
Subtitle := "Calculations with finite groupoids and their homomorphisms",
11
-Version := "1.77dev",
12
-Date := "17/07/2025", # dd/mm/yyyy format
+Version := "1.78",
+Date := "18/07/2025", # dd/mm/yyyy format
13
License := "GPL-2.0-or-later",
14
15
Persons := [
0 commit comments