Skip to content

Commit

Permalink
Update version numbers etc for release
Browse files Browse the repository at this point in the history
  • Loading branch information
James Mitchell committed Aug 23, 2017
1 parent 85cd435 commit 7675b01
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

### Version 3.0.5 (released 23/08/2017)

This version contains some minor tweaks and the following issue is resolved:


* [Issue 352](https://github.com/gap-packages/Semigroups/issues/352)
There was a name clash with some other GAP packages using `RandomMatrix` and `IsTorsion`.
[[J. D. Mitchell](http://www-groups.mcs.st-andrews.ac.uk/~jamesm/)]

### Version 3.0.4 (released 16/07/2017)

Some minor issues are fixed in this release:
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.0.4">
## <!ENTITY VERSION "3.0.5">
## <!ENTITY GAPVERS "4.9.0">
## <!ENTITY DIGRAPHSVERS "0.7.1">
## <!ENTITY ORBVERS "4.7.5">
## <!ENTITY IOVERS "4.4.4">
## <!ENTITY GENSSVERS "1.5">
## <!ENTITY ARCHIVENAME "semigroups-3.0.4">
## <!ENTITY ARCHIVENAME "semigroups-3.0.5">
## <!ENTITY COPYRIGHTYEARS "2011-17">
## <#/GAPDoc>

Expand Down Expand Up @@ -47,8 +47,8 @@ _STANDREWS := Concatenation(["Mathematical Institute, ",
SetPackageInfo(rec(
PackageName := "Semigroups",
Subtitle := "",
Version := "3.0.4",
Date := "16/07/2017",
Version := "3.0.5",
Date := "23/08/2017",
ArchiveFormats := ".tar.gz",

SourceRepository := rec(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.5
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.0.5 - 23/08/2017
release 3.0.4 - 16/07/2017
release 3.0.3 - 21/06/2017
release 3.0.2 - 16/06/2017
Expand Down

0 comments on commit 7675b01

Please sign in to comment.