From c613d643d215a331a834bb46db010c2a30259436 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Sat, 10 Feb 2024 12:10:07 +0000 Subject: [PATCH] Update version numbers etc for v5.3.5 --- .VERSION | 2 +- CHANGELOG.md | 5 +++++ PackageInfo.g | 4 ++-- VERSIONS | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.VERSION b/.VERSION index e0a61e6a8..e61ecd12d 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -5.3.4 +5.3.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5c9e14b..cac4d7b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Copyright © 2011-2024 [James D. Mitchell][] et al. Licensing information can be found in the `LICENSE` file. +### Version 5.3.5 (released 10/02/2024) + +This is a minor release fixing an issue in the kernel extension (reported by +Michael Orlitzky in Issue #996) and with some further changes for compatibility with GAP (by Max Horn). + ### Version 5.3.4 (released 24/01/2024) This is a minor release that fixes some issue in the build system, applies some diff --git a/PackageInfo.g b/PackageInfo.g index 1465f2c63..f5496a9a1 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -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.4", -Date := "24/01/2024", # dd/mm/yyyy format +Version := "5.3.5", +Date := "10/02/2024", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index c0acf1d89..5ffd2f27c 100644 --- a/VERSIONS +++ b/VERSIONS @@ -9,6 +9,7 @@ ## ## +release 5.3.5 - 10/02/2024 release 5.3.4 - 24/01/2024 release 5.3.3 - 05/01/2024 release 5.3.2 - 07/10/2023