diff --git a/CHANGELOG.md b/CHANGELOG.md index c013082f9..c85f2570b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,22 @@ #### Copyright (C) 2011-17 James D. Mitchell et al.
Licensing information can be found in the LICENSE file. +### Version 3.0.3 (released 21/06/2017) + +Some minor issues are fixed in this release: + +* [Issue 336](https://github.com/gap-packages/Semigroups/issues/336) +Rees (0-)matrix semigroups over non-permutation groups sometimes resulted in an +error. +[[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)] + +* A method was added for `IsEUnitaryInverseSemigroup` for non-inverse + semigroups, which previously resulted in no method found. [Chris Russell] + +* Some error messages were improved in `ReadGenerators` and `WriteGenerators`. + ### Version 3.0.2 (released 16/06/2017) + This is an minor release fixing some minor issues in the last release. diff --git a/PackageInfo.g b/PackageInfo.g index 3d398d309..cdfb4c6a8 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -1,7 +1,7 @@ ############################################################################ ## #W PackageInfo.g -#Y Copyright (C) 2011-16 James D. Mitchell +#Y Copyright (C) 2011-17 James D. Mitchell ## ## Licensing information can be found in the README file of this package. ## @@ -9,13 +9,13 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## ## -## +## ## ## <#/GAPDoc> @@ -47,8 +47,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ", SetPackageInfo(rec( PackageName := "Semigroups", Subtitle := "", -Version := "3.0.2", -Date := "16/06/2017", +Version := "3.0.3", +Date := "21/06/2017", ArchiveFormats := ".tar.gz", SourceRepository := rec( diff --git a/VERSION b/VERSION index d9c62ed92..75a22a26a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.2 \ No newline at end of file +3.0.3 diff --git a/VERSIONS b/VERSIONS index 33b644824..ad463e07a 100644 --- a/VERSIONS +++ b/VERSIONS @@ -9,6 +9,7 @@ ## ## +release 3.0.3 - 21/06/2017 release 3.0.2 - 16/06/2017 release 3.0.1 - 03/06/2017 release 3.0.0 - 02/06/2017