Skip to content

Commit fcbaac3

Browse files
Update version numbers etc for v5.6.3
1 parent 28420cb commit fcbaac3

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.2
1+
5.6.3

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Copyright © 2011-2026 [James D. Mitchell][] et al.
44

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

7+
## Version 5.6.3 (released 16/05/2026)
8+
9+
- Remove moduleState init from gapbind14 kernel extension by @fingolfin in https://github.com/semigroups/Semigroups/pull/1179
10+
- Remove test for 'Matrix(GF(3), [[]]);' (targeting stable-5.6 branch) by @fingolfin in https://github.com/semigroups/Semigroups/pull/1181
11+
712
## Version 5.6.2 (released 15/04/2026)
813

914
- Gapbind14 clear by @james-d-mitchell in https://github.com/semigroups/Semigroups/pull/1144

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.6.2",
38-
Date := "15/04/2026", # dd/mm/yyyy format
37+
Version := "5.6.3",
38+
Date := "16/05/2026", # 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.6.3 - 16/05/2026
1213
release 5.6.2 - 15/04/2026
1314
release 5.6.1 - 18/03/2026
1415
release 5.6.0 - 05/03/2026

0 commit comments

Comments
 (0)