Skip to content

Commit

Permalink
Update version numbers etc for v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Dec 6, 2022
1 parent 6391f1f commit 2c04696
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Wilf A. Wilson, Michael Young et al.

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

## Version 1.6.1 (released 06/12/2022)

This is a minor release fixing a number of minor issues:

* Use `compiled.h` instead of `src/compiled.h` by @fingolfin in https://github.com/digraphs/Digraphs/pull/560
* Fix tourn decoder by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/559
* Change `CayleyDigraph` to use `AsSet` by @fingolfin in https://github.com/digraphs/Digraphs/pull/564

## Version 1.6.0 (released 08/09/2022)

This is a minor release including a number of new features:
Expand Down
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "1.6.0">
## <!ENTITY VERSION "1.6.1">
## <!ENTITY GAPVERS "4.10.0">
## <!ENTITY GRAPEVERS "4.8.1">
## <!ENTITY IOVERS "4.5.1">
Expand All @@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ",
SetPackageInfo(rec(
PackageName := "Digraphs",
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
Version := "1.6.0",
Date := "08/09/2022", # dd/mm/yyyy format
Version := "1.6.1",
Date := "06/12/2022", # dd/mm/yyyy format
License := "GPL-3.0-or-later",
ArchiveFormats := ".tar.gz",

Expand Down
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#############################################################################
##

release 1.6.1 - 06/12/2022
release 1.6.0 - 08/09/2022
release 1.5.3 - 20/05/2022
release 1.5.2 - 30/03/2022
Expand Down

0 comments on commit 2c04696

Please sign in to comment.