Skip to content

Commit ceb6c0d

Browse files
committed
Prepare for v1.5.2 release
1 parent bdd00fe commit ceb6c0d

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Wilf A. Wilson, Michael Young et al.
44

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

7+
## Version 1.5.2 (released 30/03/2022)
8+
9+
This is a very minor release containing technical changes for maintaining compatibility with other GAP packages.
10+
711
## Version 1.5.1 (released 29/03/2022)
812

913
This minor release contains several bugfixes and technical changes. This includes:

PackageInfo.g

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

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "1.5.1">
12+
## <!ENTITY VERSION "1.5.2">
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.5.1">
19+
## <!ENTITY ARCHIVENAME "digraphs-1.5.2">
2020
## <!ENTITY COPYRIGHTYEARS "2014-22">
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.5.1",
32-
Date := "29/03/2022", # dd/mm/yyyy format
31+
Version := "1.5.2",
32+
Date := "30/03/2022", # dd/mm/yyyy format
3333
License := "GPL-3.0-or-later",
3434
ArchiveFormats := ".tar.gz",
3535

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.5.2 - 30/03/2022
1112
release 1.5.1 - 29/03/2022
1213
release 1.5.0 - 27/10/2021
1314
release 1.4.1 - 14/05/2021

0 commit comments

Comments
 (0)