-
Notifications
You must be signed in to change notification settings - Fork 46
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 v1.9.0
- Loading branch information
1 parent
52ccbbb
commit a4cb511
Showing
7 changed files
with
60 additions
and
5 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 @@ | ||
1.8.0 | ||
1.9.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
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ Marina Anagnostopoulou-Merkouri <[email protected]> marinaanagno <66735004+ | |
Finn Buck <[email protected]> Finnegan Buck <[email protected]> | ||
Stuart Burrell <[email protected]> Stuart Burrell <[email protected]> | ||
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]> | ||
Reinis Cirpons <[email protected]> Reinis Cirpons <[email protected]> | ||
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]> | ||
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]> | ||
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]> | ||
|
@@ -33,6 +34,7 @@ Matthew Pancer <[email protected]> M Pancer <[email protected] | |
Daniel Pointon <[email protected]> <[email protected]> | ||
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]> | ||
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]> | ||
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]> | ||
Lea Racine <[email protected]> LRacine <[email protected]> | ||
Lea Racine <[email protected]> Lea Racine <[email protected]> | ||
Lea Racine <[email protected]> Lea Racine <[email protected]> | ||
|
@@ -45,4 +47,7 @@ Finn Smith <[email protected]> flsmith <[email protected]> | |
Maria Tsalakou <[email protected]> Maria Tsalakou <[email protected]> | ||
Murray Whyte <[email protected]> MTWhyte <[email protected]> | ||
Murray Whyte <[email protected]> Murray Whyte <[email protected]> | ||
Meike Weiss <[email protected]> MeikeWeiss <[email protected]> | ||
Meike Weiss <[email protected]> Meike Weiß <[email protected]> | ||
Wilf Wilson <[email protected]> Wilf Wilson <[email protected]> | ||
", |
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 |
---|---|---|
|
@@ -38,8 +38,8 @@ fi; | |
SetPackageInfo(rec( | ||
PackageName := "Digraphs", | ||
Subtitle := "Graphs, digraphs, and multidigraphs in GAP", | ||
Version := "1.8.0", | ||
Date := "27/08/2024", # dd/mm/yyyy format | ||
Version := "1.9.0", | ||
Date := "02/09/2024", # dd/mm/yyyy format | ||
License := "GPL-3.0-or-later", | ||
ArchiveFormats := ".tar.gz", | ||
|
||
|
@@ -384,6 +384,18 @@ Persons := [ | |
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Weiss", | ||
FirstNames := "Meike", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "https://bit.ly/4e6pUeP", | ||
PostalAddress := Concatenation("Chair of Algebra and Representation ", | ||
"Theory, Pontdriesch 10-16, 52062 Aachen"), | ||
Place := "Aachen", | ||
Institution := "RWTH-Aachen University"), | ||
|
||
rec( | ||
LastName := "Whyte", | ||
FirstNames := "Murray", | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[authors] | ||
expired_emails = ["[email protected]", "[email protected]", "[email protected]"] | ||
author_files = ["PackageInfo.g"] | ||
ignore = ["convert-repo", "dependabot"] | ||
ignore = ["convert-repo", "dependabot", "Luke"] |