Skip to content

Commit 6c4011a

Browse files
committed
Update version numbers etc for v5.5.4
1 parent cf6487d commit 6c4011a

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.3
1+
5.5.4

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Copyright © 2011-2025 [James D. Mitchell][] et al.
33

44
Licensing information can be found in the `LICENSE` file.
55

6+
## Version 5.5.4 (released 29/08/2025)
7+
8+
This is a minor release that includes a technical change for compatibility with
9+
Digraphs v1.11.0, and which removes the use of the SmallGroup package in the
10+
Semigroups test suite.
11+
612
## Version 5.5.3 (released 17/07/2025)
713

814
This is a minor release including some changes for compatibility with GAP by

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
3434
SetPackageInfo(rec(
3535
PackageName := "Semigroups",
3636
Subtitle := "A package for semigroups and monoids",
37-
Version := "5.5.3",
38-
Date := "17/07/2025", # dd/mm/yyyy format
37+
Version := "5.5.4",
38+
Date := "29/08/2025", # dd/mm/yyyy format
3939
License := "GPL-3.0-or-later",
4040

4141
ArchiveFormats := ".tar.gz",

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
##
1010
##
1111

12+
release 5.5.4 - 29/08/2025
1213
release 5.5.3 - 17/07/2025
1314
release 5.5.2 - 11/07/2025
1415
release 5.5.1 - 19/06/2025

0 commit comments

Comments
 (0)