diff --git a/.VERSION b/.VERSION index b347b11ea..351227fca 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -3.2.3 +3.2.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index c92599bd8..0ff8b6817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,14 @@ Copyright © 2011-20 [James D. Mitchell][] et al. Licensing information can be found in the `LICENSE` file. +### Version 3.2.4 (released 28/02/2020) + +This is a minor release to fix a memory leak and some other issues in the +kernel module. + ### Version 3.2.3 (released 07/02/2020) -This is a minor release to make some changes fo compatibility with the +This is a minor release to make some changes for compatibility with the [Digraphs package][] v1.1.1 and [GAP][], and to fix a memory leak in the kernel module. diff --git a/PackageInfo.g b/PackageInfo.g index 16b36358e..f9218f6d0 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,13 +9,13 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## ## -## +## ## ## <#/GAPDoc> @@ -47,8 +47,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ", SetPackageInfo(rec( PackageName := "Semigroups", Subtitle := "A package for semigroups and monoids", -Version := "3.2.3", -Date := "07/02/2020", # dd/mm/yyyy format +Version := "3.2.4", +Date := "28/02/2020", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index e63be1050..6a73032e7 100644 --- a/VERSIONS +++ b/VERSIONS @@ -9,6 +9,7 @@ ## ## +release 3.2.4 - 28/02/2020 release 3.2.3 - 07/02/2020 release 3.2.2 - 17/01/2020 release 3.2.1 - 04/12/2019