-
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 versions numbers etc for v1.7.0
- Loading branch information
1 parent
f42f693
commit e777df0
Showing
5 changed files
with
59 additions
and
10 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.6.3 | ||
1.7.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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
############################################################################# | ||
## | ||
## PackageInfo.g | ||
## Copyright (C) 2015-23 James D. Mitchell | ||
## Copyright (C) 2015-24 James D. Mitchell | ||
## | ||
## Licensing information can be found in the README.md file of this package. | ||
## | ||
############################################################################# | ||
## | ||
|
||
## <#GAPDoc Label="PKGVERSIONDATA"> | ||
## <!ENTITY VERSION "1.6.3"> | ||
## <!ENTITY VERSION "1.7.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.6.0"> | ||
## <!ENTITY COPYRIGHTYEARS "2014-22"> | ||
## <!ENTITY ARCHIVENAME "digraphs-1.7.0"> | ||
## <!ENTITY COPYRIGHTYEARS "2014-24"> | ||
## <#/GAPDoc> | ||
|
||
_STANDREWSMATHS := Concatenation(["Mathematical Institute, North Haugh, ", | ||
|
@@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ", | |
SetPackageInfo(rec( | ||
PackageName := "Digraphs", | ||
Subtitle := "Graphs, digraphs, and multidigraphs in GAP", | ||
Version := "1.6.3", | ||
Date := "13/09/2023", # dd/mm/yyyy format | ||
Version := "1.7.0", | ||
Date := "14/02/2024", # dd/mm/yyyy format | ||
License := "GPL-3.0-or-later", | ||
ArchiveFormats := ".tar.gz", | ||
|
||
|
@@ -91,6 +91,12 @@ Persons := [ | |
IsAuthor := false, | ||
IsMaintainer := false), | ||
|
||
rec( | ||
LastName := "Chowdhury", | ||
FirstNames := "Raiyan", | ||
IsAuthor := false, | ||
IsMaintainer := false), | ||
|
||
rec( | ||
LastName := "Cirpons", | ||
FirstNames := "Reinis", | ||
|
@@ -234,6 +240,14 @@ Persons := [ | |
Place := "St Andrews", | ||
Institution := "University of St Andrews"), | ||
|
||
rec( | ||
LastName := "Orlitzky", | ||
FirstNames := "Michael", | ||
IsAuthor := false, | ||
IsMaintainer := false, | ||
Email := "[email protected]", | ||
WWWHome := "https://michael.orlitzky.com/"), | ||
|
||
rec( | ||
LastName := "Pfeiffer", | ||
FirstNames := "Markus", | ||
|
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]"] | ||
expired_emails = ["[email protected]", "[email protected]", "[email protected]"] | ||
author_files = ["PackageInfo.g"] | ||
ignore = ["convert-repo"] | ||
ignore = ["convert-repo", "dependabot"] |