From ae3e44cf4f5cb6a772a15a913ed878bff9e71214 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Mon, 2 Dec 2019 16:52:04 +0000 Subject: [PATCH] Update version numbers etc for v3.2.1 --- CHANGELOG.md | 6 ++++++ PackageInfo.g | 8 ++++---- VERSION | 2 +- VERSIONS | 1 + 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97718d3a..fe75d2008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ Copyright © 2011-19 [James D. Mitchell][] et al. Licensing information can be found in the `LICENSE` file. +### Version 3.2.1 (released 04/12/2019) + +This is a minor release to update the version of [libsemigroups][] to v1.0.2, +and to include some changes for compatibility with [GAP][] The changes in this +release were made by [James D. Mitchell][] and [Wilf A. Wilson][]. + ### Version 3.2.0 (released 04/10/2019) This is a minor release including several cleanups, changes for compatibility diff --git a/PackageInfo.g b/PackageInfo.g index 43ff79f47..f67de5abb 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.0", -Date := "04/10/2019", # dd/mm/yyyy format +Version := "3.2.1", +Date := "04/12/2019", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSION b/VERSION index 944880fa1..e4604e3af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0 +3.2.1 diff --git a/VERSIONS b/VERSIONS index 9ef1ba9a1..415418d0f 100644 --- a/VERSIONS +++ b/VERSIONS @@ -9,6 +9,7 @@ ## ## +release 3.2.1 - 04/12/2019 release 3.2.0 - 04/10/2019 release 3.1.5 - 19/09/2019 release 3.1.4 - 30/08/2019