Skip to content

Commit

Permalink
Update version numbers etc for v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jun 7, 2019
1 parent 78d901e commit 9cf2399
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

#### Copyright (C) 2011-19 James D. Mitchell et al.<br/>Licensing information can be found in the LICENSE file.

### Next version
### Version 3.1.3 (released 07/06/2019)

This is a minor release of the Semigroups package, including some improvements to
`SmallestIdempotentPower` and `RepresentativeOfMinimalIdeal` by
[Wilf A. Wilson](http://wilf.me) and some other minor modifications.
Semigroups now requires version 4.8.2 of the [orb
package](https://gap-packages.github.io/orb), or newer.


### Version 3.1.2 (released 15/03/2019)

This is a minor release of the Semigroups package, including some changes to
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "3.1.2">
## <!ENTITY VERSION "3.1.3">
## <!ENTITY GAPVERS "4.9.0">
## <!ENTITY DIGRAPHSVERS "0.12.0">
## <!ENTITY ORBVERS "4.8.2">
## <!ENTITY IOVERS "4.5.1">
## <!ENTITY GENSSVERS "1.6.5">
## <!ENTITY ARCHIVENAME "semigroups-3.1.2">
## <!ENTITY ARCHIVENAME "semigroups-3.1.3">
## <!ENTITY COPYRIGHTYEARS "2011-19">
## <#/GAPDoc>

Expand Down Expand Up @@ -47,8 +47,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "A package for semigroups and monoids",
Version := "3.1.2",
Date := "15/03/2019", # dd/mm/yyyy format
Version := "3.1.3",
Date := "07/06/2019", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

ArchiveFormats := ".tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.1.3
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
##
##

release 3.1.3 - 07/06/2019
release 3.1.2 - 15/03/2019
release 3.1.1 - 15/02/2019
release 3.1.0 - 14/01/2019
Expand Down

0 comments on commit 9cf2399

Please sign in to comment.