Skip to content

Commit 737f1d8

Browse files
committed
Update package for v0.15.3 release
1 parent 54d10d4 commit 737f1d8

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Copyright (C) 2014-19 by Jan De Beule, Julius Jonušas, James D. Mitchell, Micha
33

44
Licensing information can be found in the LICENSE file.
55

6+
## Version 0.15.3 (released 12/06/2019)
7+
8+
This is a minor release that fixes a typo in the documentation of
9+
`JohnsonDigraph`, and contains some minor tweaks for compatibility with
10+
future versions of GAP.
11+
612
## Version 0.15.2 (released 17/04/2019)
713

814
This is a minor release that updates Digraphs for compatibility with the

PackageInfo.g

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

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "0.15.2">
12+
## <!ENTITY VERSION "0.15.3">
1313
## <!ENTITY GAPVERS "4.9.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.2">
17-
## <!ENTITY ARCHIVENAME "digraphs-0.15.2">
17+
## <!ENTITY ARCHIVENAME "digraphs-0.15.3">
1818
## <!ENTITY COPYRIGHTYEARS "2014-19">
1919
## <#/GAPDoc>
2020

2121
SetPackageInfo(rec(
2222
PackageName := "Digraphs",
2323
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
24-
Version := "0.15.2",
25-
Date := "17/04/2019", # dd/mm/yyyy format
24+
Version := "0.15.3",
25+
Date := "12/06/2019", # dd/mm/yyyy format
2626
License := "GPL-3.0-or-later",
2727
ArchiveFormats := ".tar.gz",
2828

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.2
1+
0.15.3

VERSIONS

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

11+
release 0.15.3 - 12/06/2019
1112
release 0.15.2 - 17/04/2019
1213
release 0.15.1 - 26/03/2019
1314
release 0.15.0 - 15/02/2019

0 commit comments

Comments
 (0)