Skip to content

Commit 2c04696

Browse files
Update version numbers etc for v1.6.1
1 parent 6391f1f commit 2c04696

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

CHANGELOG.md

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

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

7+
## Version 1.6.1 (released 06/12/2022)
8+
9+
This is a minor release fixing a number of minor issues:
10+
11+
* Use `compiled.h` instead of `src/compiled.h` by @fingolfin in https://github.com/digraphs/Digraphs/pull/560
12+
* Fix tourn decoder by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/559
13+
* Change `CayleyDigraph` to use `AsSet` by @fingolfin in https://github.com/digraphs/Digraphs/pull/564
14+
715
## Version 1.6.0 (released 08/09/2022)
816

917
This is a minor release including a number of new features:

PackageInfo.g

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

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "1.6.0">
12+
## <!ENTITY VERSION "1.6.1">
1313
## <!ENTITY GAPVERS "4.10.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
@@ -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.6.0",
32-
Date := "08/09/2022", # dd/mm/yyyy format
31+
Version := "1.6.1",
32+
Date := "06/12/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.6.1 - 06/12/2022
1112
release 1.6.0 - 08/09/2022
1213
release 1.5.3 - 20/05/2022
1314
release 1.5.2 - 30/03/2022

0 commit comments

Comments
 (0)