Skip to content

Commit f2e7c80

Browse files
Update version numbers etc for 1.5.3
1 parent 1043c06 commit f2e7c80

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.2
1+
1.5.3

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Wilf A. Wilson, Michael Young et al.
44

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

7+
## Version 1.5.3 (released 20/05/2022)
8+
9+
This is a minor release including the following changes:
10+
11+
* digraph: fix String method for chains/cycles by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/542
12+
* Disable edge labels if not already set in some cases by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/540
13+
* build: remove the default flag -march=native by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/541
14+
* doc: fix typos by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/544
15+
716
## Version 1.5.2 (released 30/03/2022)
817

918
This is a very minor release containing technical changes for maintaining compatibility with other GAP packages.

PackageInfo.g

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
##
1010

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

VERSIONS

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 1.5.3 - 20/05/2022
1112
release 1.5.2 - 30/03/2022
1213
release 1.5.1 - 29/03/2022
1314
release 1.5.0 - 27/10/2021

0 commit comments

Comments
 (0)