Skip to content

Commit ee5aa23

Browse files
Update version numbers etc for v1.2.1
1 parent 627c3df commit ee5aa23

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

CHANGELOG.md

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

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

7+
## Version 1.2.1 (released 27/05/2020)
8+
9+
This is a minor release where some of the documentation has been fixed and the
10+
installation instructions have been improved [James D. Mitchell][], some
11+
changes were made for compatibility with future versions of GAP [Max Horn][]
12+
and [Wilf A. Wilson][].
13+
714
## Version 1.2.0 (released 27/03/2020)
815

916
This is a minor release adding some new features to Digraphs, principally
@@ -754,3 +761,4 @@ Pre-release version that was not made publicly available.
754761
[Maria Tsalakou]: https://mariatsalakou.github.io
755762
[Chris Jefferson]: https://caj.host.cs.st-andrews.ac.uk
756763
[bliss]: http://www.tcs.hut.fi/Software/bliss/
764+
[Max Horn]: https://www.quendi.de/math

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.2.0">
12+
## <!ENTITY VERSION "1.2.1">
1313
## <!ENTITY GAPVERS "4.9.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.2.0">
19+
## <!ENTITY ARCHIVENAME "digraphs-1.2.1">
2020
## <!ENTITY COPYRIGHTYEARS "2014-20">
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.2.0",
32-
Date := "27/03/2020", # dd/mm/yyyy format
31+
Version := "1.2.1",
32+
Date := "27/05/2020", # 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.2.1 - 27/05/2020
1112
release 1.2.0 - 27/03/2020
1213
release 1.1.2 - 16/03/2020
1314
release 1.1.1 - 29/01/2020

0 commit comments

Comments
 (0)