-
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.8.0
- Loading branch information
1 parent
1c892dc
commit e6b2748
Showing
5 changed files
with
71 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.7.1 | ||
1.8.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 |
---|---|---|
|
@@ -2,12 +2,15 @@ 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]> reiniscirpons <[email protected]> | ||
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]> | ||
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]> | ||
Jan De Beule <[email protected]> | ||
Jan De Beule <[email protected]> Jan De Beule <[email protected]> | ||
Jan De Beule <[email protected]> jdebeule <unknown> | ||
Joseph Edwards <[email protected]> Joseph Edwards <[email protected]> | ||
Joseph Edwards <[email protected]> Joe Edwards <[email protected]> | ||
Joseph Edwards <[email protected]> Joseph Edwards <[email protected]> | ||
Luke Elliott <[email protected]> Luke <[email protected]> | ||
Luke Elliott <[email protected]> le27 <[email protected]> | ||
Max Horn <[email protected]> Max Horn <[email protected]> | ||
|
@@ -17,12 +20,17 @@ Julius Jonusas <[email protected]> jj <unknown> | |
Julius Jonusas <[email protected]> sriubas <[email protected]> | ||
Olexandr Konovalov <[email protected]> Alexander Konovalov <[email protected]> | ||
Olexandr Konovalov <[email protected]> Olexandr Konovalov <[email protected]> | ||
Hyeokjun Kwon <[email protected]> <[email protected]> | ||
Andrea Lee <[email protected]> baydrea <[email protected]> | ||
Saffron McIver <[email protected]> Saffron McIver <[email protected]> | ||
Saffron McIver <[email protected]> saffronmciver <[email protected]> | ||
James Mitchell <[email protected]> <[email protected]> | ||
James Mitchell <[email protected]> <[email protected]> | ||
James Mitchell <[email protected]> James Mitchell <[email protected]> | ||
James Mitchell <[email protected]> James D. <[email protected]> | ||
James Mitchell <[email protected]> James Mitchell <[email protected]> | ||
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]> | ||
Lea Racine <[email protected]> LRacine <[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 |
---|---|---|
|
@@ -9,14 +9,14 @@ | |
## | ||
|
||
## <#GAPDoc Label="PKGVERSIONDATA"> | ||
## <!ENTITY VERSION "1.7.1"> | ||
## <!ENTITY VERSION "1.8.0"> | ||
## <!ENTITY GAPVERS "4.10.0"> | ||
## <!ENTITY GRAPEVERS "4.8.1"> | ||
## <!ENTITY IOVERS "4.5.1"> | ||
## <!ENTITY ORBVERS "4.8.2"> | ||
## <!ENTITY DATASTRUCTURESVERS "0.2.5"> | ||
## <!ENTITY NAUTYTRACESINTERFACEVERS "0.2"> | ||
## <!ENTITY ARCHIVENAME "digraphs-1.7.1"> | ||
## <!ENTITY ARCHIVENAME "digraphs-1.8.0"> | ||
## <!ENTITY COPYRIGHTYEARS "2014-24"> | ||
## <#/GAPDoc> | ||
|
||
|
@@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ", | |
SetPackageInfo(rec( | ||
PackageName := "Digraphs", | ||
Subtitle := "Graphs, digraphs, and multidigraphs in GAP", | ||
Version := "1.7.1", | ||
Date := "19/02/2024", # dd/mm/yyyy format | ||
Version := "1.8.0", | ||
Date := "27/08/2024", # dd/mm/yyyy format | ||
License := "GPL-3.0-or-later", | ||
ArchiveFormats := ".tar.gz", | ||
|
||
|
@@ -219,6 +219,12 @@ Persons := [ | |
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec(LastName := "Kwon", | ||
FirstNames := "Hyeokjun", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]"), | ||
|
||
rec( | ||
LastName := "Lee", | ||
FirstNames := "Andrea", | ||
|
@@ -229,6 +235,13 @@ Persons := [ | |
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "McIver", | ||
FirstNames := "Saffron", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]"), | ||
|
||
rec( | ||
LastName := "Mitchell", | ||
FirstNames := "James", | ||
|
@@ -248,6 +261,13 @@ Persons := [ | |
Email := "[email protected]", | ||
WWWHome := "https://michael.orlitzky.com/"), | ||
|
||
rec( | ||
LastName := "Pancer", | ||
FirstNames := "Matthew", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]"), | ||
|
||
rec( | ||
LastName := "Pfeiffer", | ||
FirstNames := "Markus", | ||
|
@@ -256,6 +276,13 @@ Persons := [ | |
Email := "[email protected]", | ||
WWWHome := "https://www.morphism.de/~markusp/"), | ||
|
||
rec( | ||
LastName := "Pointon", | ||
FirstNames := "Daniel", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]"), | ||
|
||
rec( | ||
LastName := "Racine", | ||
FirstNames := "Lea", | ||
|
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