Skip to content

Commit

Permalink
Increment the release date, and add Nick Ham to list of authors
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed May 26, 2016
1 parent 8ef7654 commit 768c92f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

### Version 2.8.0 (released 25/05/2016)
### Version 2.8.0 (released 26/05/2016)
In this release there are some new features and some bug fixes. In this
version, we welcome [Nick Ham](https://n-ham.github.io) to the contributors to the package.

Expand Down
36 changes: 19 additions & 17 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SetPackageInfo( rec(
PackageName := "Semigroups",
Subtitle := "",
Version := "2.8.0",
Date := "25/05/2016",
Date := "26/05/2016",
ArchiveFormats := ".tar.gz",

SourceRepository := rec(
Expand Down Expand Up @@ -74,7 +74,7 @@ Persons := [

rec(
LastName := "Delgado",
FirstNames := "Manuel",
FirstNames := "M.",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
Expand All @@ -89,44 +89,45 @@ Persons := [
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "http://www.uws.edu.au/staff_profiles/uws_profiles/doctor_james_east",
WWWHome := "http://goo.gl/MuiJu5",
Place := "Sydney",
Institution := "University of Western Sydney"
),

rec(
LastName := "Egri-Nagy",
FirstNames := "Attila",
FirstNames := "A.",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "http://www.egri-nagy.hu",
PostalAddress := Concatenation( [
"University of Hertfordshire\n",
"STRI\n",
"College Lane\n",
"AL10 9AB\n",
"United Kingdom" ] ),
Place := "Hatfield, Herts",
Institution := "UH"
Place := "Akita, Japan",
Institution := "Akita International University"
),
rec(
LastName := "Ham",
FirstNames := "N.",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://n-ham.github.io",
Place := "Hobart, Tasmania",
Institution := "University of Tasmania"
),
rec(
LastName := "Jonusas",
FirstNames := "J.",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
PostalAddress := Concatenation( [
"Mathematical Institute,",
" North Haugh,", " St Andrews,", " Fife,", " KY16 9SS,",
" Scotland"] ),
WWWHome := "http://www-circa.mcs.st-and.ac.uk/~julius/",
Place := "St Andrews",
Institution := "University of St Andrews"
),

rec(
LastName := "Pfeiffer",
FirstNames := "Markus",
FirstNames := "M.",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
Expand Down Expand Up @@ -161,6 +162,7 @@ Persons := [
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "http://www-circa.mcs.st-and.ac.uk/~mct25/",
PostalAddress := Concatenation( [
"Mathematical Institute,",
" North Haugh,", " St Andrews,", " Fife,", " KY16 9SS,",
Expand Down
2 changes: 1 addition & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##
##

release 2.8.0 - 25/05/2016
release 2.8.0 - 26/05/2016
release 2.7.6 - 19/04/2016
release 2.7.5 - 19/04/2016
release 2.7.4 - 02/03/2016
Expand Down
7 changes: 6 additions & 1 deletion doc/title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Author>Manuel Delgado</Author>
<Author>James East</Author>
<Author>Attila Egri-Nagy</Author>
<Author>Nicholas Ham</Author>
<Author>Julius Jonu&#353;as</Author>
<Author>Markus Pfeiffer</Author>
<Author>Ben Steinberg</Author>
Expand Down Expand Up @@ -69,7 +70,11 @@
of Western Sydney for their support of the development of this part of the
package.
<P/>


Nick Ham contributed many of the standard examples of bipartition
semigroups.
<P/>

Julius Jonu&#353;as contributed the part of the package relating to free
inverse semigroups, and contributed to the code for ideals.
<P/>
Expand Down

0 comments on commit 768c92f

Please sign in to comment.