diff --git a/.VERSION b/.VERSION
index 5ae69bd5f..15a279981 100644
--- a/.VERSION
+++ b/.VERSION
@@ -1 +1 @@
-3.2.5
+3.3.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db7fd918b..56b450216 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@ Copyright © 2011-20 [James D. Mitchell][] et al.
Licensing information can be found in the `LICENSE` file.
+### Version 3.3.0 (released 28/04/2020)
+
+This is a minor release fixing some issues in the build system
+[Chris Jefferson][], some improvements to the isomorphism capabilities of the
+package [James D. Mitchell][], and the introduction of a rudimentary function
+to compute the automorphism group of an arbitrary semigroup. From v3.3.0, the
+Semigroups package requires the [images package][] version 1.3.0 or higher.
+
### Version 3.2.5 (released 28/03/2020)
This is a minor release to fixing some build issues for windows [Chris Jefferson][]
@@ -1259,3 +1267,5 @@ added the functions `CitrusDefaultMem`, `CitrusHiMem`,
[orb package]: https://gap-packages.github.io/orb
[orb]: https://gap-packages.github.io/orb
[Bitbucket issue tracker]: http://bitbucket.org/james-d-mitchell/semigroups/issues
+[images package]: https://gap-packages.github.io/images
+
diff --git a/PackageInfo.g b/PackageInfo.g
index 60de39248..4564bb243 100644
--- a/PackageInfo.g
+++ b/PackageInfo.g
@@ -9,13 +9,14 @@
##
## <#GAPDoc Label="PKGVERSIONDATA">
-##
+##
##
##
##
##
##
-##
+##
+##
##
## <#/GAPDoc>
@@ -47,8 +48,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "A package for semigroups and monoids",
-Version := "3.2.5",
-Date := "28/03/2020", # dd/mm/yyyy format
+Version := "3.3.0",
+Date := "28/04/2020", # dd/mm/yyyy format
License := "GPL-3.0-or-later",
ArchiveFormats := ".tar.gz",
@@ -146,6 +147,16 @@ Persons := [
Place := "Kaiserslautern, Germany",
Institution := "TU Kaiserslautern"),
+ rec(
+ LastName := "Jefferson",
+ FirstNames := "Christopher",
+ IsAuthor := false,
+ IsMaintainer := false,
+ Email := "caj21@st-andrews.ac.uk",
+ WWWHome := "http://caj.host.cs.st-andrews.ac.uk/",
+ Place := "St Andrews",
+ Institution := "University of St Andrews"),
+
rec(
LastName := "Jonusas",
FirstNames := "Julius",
diff --git a/README.md b/README.md
index 323573a36..faf23a0b5 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,9 @@ Both [orb] and [Semigroups] perform better when [orb] is compiled, so compile
* get the [genss](http://gap-packages.github.io/genss) package version 1.6.5 or
higher
+* get the [images](http://gap-packages.github.io/images) package version 1.3.0 or
+ higher
+
* download the package archive `semigroups-x.x.x.tar.gz` from the
[Semigroups] webpage.
diff --git a/VERSIONS b/VERSIONS
index 89d7fac98..4f7ea11e2 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -9,6 +9,7 @@
##
##
+release 3.3.0 - 28/04/2020
release 3.2.5 - 28/03/2020
release 3.2.4 - 28/02/2020
release 3.2.3 - 07/02/2020
diff --git a/doc/isomorph.xml b/doc/isomorph.xml
index 3e7986080..8af871c8f 100644
--- a/doc/isomorph.xml
+++ b/doc/isomorph.xml
@@ -52,7 +52,12 @@ gap> OnMultiplicationTable(table, p);