Skip to content

Commit

Permalink
Update version numbers etc for v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 5, 2024
1 parent 30bc67f commit 27aaea3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.2
5.3.3
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# CHANGELOG – [Semigroups package][] for [GAP][]
Copyright © 2011-2023 [James D. Mitchell][] et al.
Copyright © 2011-2024 [James D. Mitchell][] et al.

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

### Version 5.3.3 (released 05/01/2024)

This is a minor release bumping the included+required versions of libsemigroups
to the latest version 2.7.2.

### Version 5.3.2 (released 07/10/2023)

This is a minor release with some bugfixes and minor improvements. Support
Expand Down
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "A package for semigroups and monoids",
Version := "5.3.2",
Date := "07/10/2023", # dd/mm/yyyy format
Version := "5.3.3",
Date := "05/01/2024", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

ArchiveFormats := ".tar.gz",
Expand Down
3 changes: 2 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#############################################################################
##
## VERSIONS
## Copyright (C) 2011-2023 James D. Mitchell
## Copyright (C) 2011-2024 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
##
##

release 5.3.3 - 05/01/2024
release 5.3.2 - 07/10/2023
release 5.3.1 - 19/09/2023
release 5.3.0 - 18/09/2023
Expand Down

0 comments on commit 27aaea3

Please sign in to comment.