-
Notifications
You must be signed in to change notification settings - Fork 47
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.2.0
- Loading branch information
1 parent
063023f
commit c6ec857
Showing
5 changed files
with
27 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.1.2 | ||
1.2.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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
## | ||
|
||
## <#GAPDoc Label="PKGVERSIONDATA"> | ||
## <!ENTITY VERSION "1.1.2"> | ||
## <!ENTITY VERSION "1.2.0"> | ||
## <!ENTITY GAPVERS "4.9.0"> | ||
## <!ENTITY GRAPEVERS "4.8.1"> | ||
## <!ENTITY IOVERS "4.5.1"> | ||
## <!ENTITY ORBVERS "4.8.2"> | ||
## <!ENTITY ARCHIVENAME "digraphs-1.1.2"> | ||
## <!ENTITY ARCHIVENAME "digraphs-1.2.0"> | ||
## <!ENTITY COPYRIGHTYEARS "2014-20"> | ||
## <#/GAPDoc> | ||
|
||
|
@@ -26,8 +26,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ", | |
SetPackageInfo(rec( | ||
PackageName := "Digraphs", | ||
Subtitle := "Graphs, digraphs, and multidigraphs in GAP", | ||
Version := "1.2.0dev", | ||
Date := "16/03/2020", # dd/mm/yyyy format | ||
Version := "1.2.0", | ||
Date := "27/03/2020", # dd/mm/yyyy format | ||
License := "GPL-3.0-or-later", | ||
ArchiveFormats := ".tar.gz", | ||
|
||
|
@@ -177,6 +177,17 @@ Persons := [ | |
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Tsalakou", | ||
FirstNames := "Maria", | ||
IsAuthor := true, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "https://mariatsalakou.github.io/", | ||
PostalAddress := _STANDREWSMATHS, | ||
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
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