From 30bc67f0f8767474d647b9ae2021145839a9d88d Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Fri, 5 Jan 2024 15:17:14 +0000 Subject: [PATCH 1/2] Ignore .cache/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fbd4b460f..e54781c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.cache/ /GNUmakefile /aclocal.m4 /autom4te.cache/ From 27aaea37aef54d7b833fe7b4f2b638f7ab3bea31 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Fri, 5 Jan 2024 15:18:06 +0000 Subject: [PATCH 2/2] Update version numbers etc for v5.3.3 --- .VERSION | 2 +- CHANGELOG.md | 7 ++++++- PackageInfo.g | 4 ++-- VERSIONS | 3 ++- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.VERSION b/.VERSION index 84197c894..74664af74 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -5.3.2 +5.3.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index d8244676a..d1bd64f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/PackageInfo.g b/PackageInfo.g index 7a5178d2e..a9d7424fa 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.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", diff --git a/VERSIONS b/VERSIONS index 9aa3bd980..ba18f2185 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,7 +1,7 @@ ############################################################################# ## ## 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. ## @@ -9,6 +9,7 @@ ## ## +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