-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version numbers etc for v5.3.8
- Loading branch information
1 parent
246b5cd
commit 677b71e
Showing
5 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.3.7 | ||
5.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ Joseph Edwards <[email protected]> Joe Edwards <80713360+Joseph-Edwards@user | |
Joseph Edwards <[email protected]> Joseph Edwards <[email protected]> | ||
Luke Elliott <[email protected]> le27 <[email protected]> | ||
Fernando Flores Brito <[email protected]> Fernando Flores Brito <[email protected]> | ||
Tillman Froehlich <[email protected]> Tillman <[email protected]> | ||
Nick Ham <[email protected]> | ||
Robert Hancock <[email protected]> Robert Hancock <unknown> | ||
Max Horn <[email protected]> Max Horn <[email protected]> | ||
|
@@ -19,6 +20,7 @@ Olexandr Konovalov <[email protected]> Alexander Konovalov <alex-konovalov@u | |
Olexandr Konovalov <[email protected]> Alexander Konovalov <[email protected]> | ||
Olexandr Konovalov <[email protected]> Olexandr Konovalov <[email protected]> | ||
Artemis Konstantinidi <[email protected]> artemiskonst <[email protected]> | ||
Hyeokjun Kwon <[email protected]> Hyeokjun Kwon <[email protected]> | ||
James Mitchell <[email protected]> <[email protected]> | ||
James Mitchell <[email protected]> <[email protected]> | ||
James Mitchell <[email protected]> <[email protected]> | ||
|
@@ -39,6 +41,7 @@ Chris Wensley <[email protected]> cdwensley <cdwensley.maths@btinte | |
Murray Whyte <[email protected]> Murray Whyte <[email protected]> | ||
Wilf Wilson <[email protected]> Wilf Wilson <[email protected]> | ||
Wilf Wilson <[email protected]> wilfwilson <[email protected]> | ||
Tianrun Yang <[email protected]> Tianrun Yang <[email protected]> | ||
Michael Young <[email protected]> <[email protected]> | ||
Michael Young <[email protected]> <mtorpey@mtorpey-debtest> | ||
Michael Young <[email protected]> mct25 <unknown> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ", | |
SetPackageInfo(rec( | ||
PackageName := "Semigroups", | ||
Subtitle := "A package for semigroups and monoids", | ||
Version := "5.3.7", | ||
Date := "11/03/2024", # dd/mm/yyyy format | ||
Version := "5.4.0", | ||
Date := "27/08/2024", # dd/mm/yyyy format | ||
License := "GPL-3.0-or-later", | ||
|
||
ArchiveFormats := ".tar.gz", | ||
|
@@ -152,6 +152,13 @@ Persons := [ | |
Email := "[email protected]", | ||
WWWHome := "https://github.com/ffloresbrito"), | ||
|
||
rec( | ||
LastName := "Froehlich", | ||
FirstNames := "Tillman", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]"), | ||
|
||
rec( | ||
LastName := "Ham", | ||
FirstNames := "Nick", | ||
|
@@ -206,6 +213,12 @@ Persons := [ | |
WWWHome := "http://julius.jonusas.work", | ||
Place := "Brussels, Belgium"), | ||
|
||
rec(LastName := "Kwon", | ||
FirstNames := "Hyeokjun", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]"), | ||
|
||
rec( | ||
LastName := "Nagpal", | ||
FirstNames := "Chinmaya", | ||
|
@@ -344,6 +357,13 @@ Persons := [ | |
Email := "[email protected]", | ||
WWWHome := "https://wilf.me"), | ||
|
||
rec( | ||
LastName := "Yang", | ||
FirstNames := "Tianrun", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]"), | ||
|
||
rec( | ||
LastName := "Young", | ||
FirstNames := "Michael", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters