Skip to content

Commit d863d8c

Browse files
Update versions numbers etc for v1.7.1
1 parent dcb9e07 commit d863d8c

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.7.1

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# CHANGELOG – Digraphs package for GAP
2-
Copyright © 2014-23 by Jan De Beule, Julius Jonušas, James D. Mitchell,
2+
Copyright © 2014-24 by Jan De Beule, Julius Jonušas, James D. Mitchell,
33
Wilf A. Wilson, Michael Young et al.
44

55
Licensing information can be found in the `LICENSE` file.
66

7+
## Version 1.7.1 (released 19/02/2024)
8+
9+
This is a minor release with some changes related to forthcoming changes in
10+
GAP. These changes were implemented by Fabian Zickgraf.
11+
712
## Version 1.7.0 (released 14/02/2024)
813

914
This is a minor release with some new features, and some other improvements in

PackageInfo.g

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
##
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "1.7.0">
12+
## <!ENTITY VERSION "1.7.1">
1313
## <!ENTITY GAPVERS "4.10.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.2">
1717
## <!ENTITY DATASTRUCTURESVERS "0.2.5">
1818
## <!ENTITY NAUTYTRACESINTERFACEVERS "0.2">
19-
## <!ENTITY ARCHIVENAME "digraphs-1.7.0">
19+
## <!ENTITY ARCHIVENAME "digraphs-1.7.1">
2020
## <!ENTITY COPYRIGHTYEARS "2014-24">
2121
## <#/GAPDoc>
2222

@@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
2828
SetPackageInfo(rec(
2929
PackageName := "Digraphs",
3030
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
31-
Version := "1.7.0",
32-
Date := "14/02/2024", # dd/mm/yyyy format
31+
Version := "1.7.1",
32+
Date := "19/02/2024", # dd/mm/yyyy format
3333
License := "GPL-3.0-or-later",
3434
ArchiveFormats := ".tar.gz",
3535

@@ -353,7 +353,14 @@ Persons := [
353353
WWWHome := "https://mct25.host.cs.st-andrews.ac.uk",
354354
PostalAddress := _STANDREWSCS,
355355
Place := "St Andrews",
356-
Institution := "University of St Andrews")],
356+
Institution := "University of St Andrews"),
357+
358+
rec(
359+
LastName := "Zickgraf",
360+
FirstNames := "Fabian",
361+
IsAuthor := false,
362+
IsMaintainer := false,
363+
Email := "[email protected]")],
357364

358365
Status := "deposited",
359366

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 1.7.1 - 19/02/2024
1112
release 1.7.0 - 14/02/2024
1213
release 1.6.3 - 13/09/2023
1314
release 1.6.2 - 05/04/2023

0 commit comments

Comments
 (0)