From ee5aa23b320d23cafaaa23ae13c31a6da3337858 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Wed, 27 May 2020 13:35:00 +0100 Subject: [PATCH] Update version numbers etc for v1.2.1 --- .VERSION | 2 +- CHANGELOG.md | 8 ++++++++ PackageInfo.g | 8 ++++---- VERSIONS | 1 + 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.VERSION b/.VERSION index 26aaba0e8..6085e9465 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fb27b917..5459e254c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Torpey, Wilf A. Wilson et al. Licensing information can be found in the `LICENSE` file. +## Version 1.2.1 (released 27/05/2020) + +This is a minor release where some of the documentation has been fixed and the +installation instructions have been improved [James D. Mitchell][], some +changes were made for compatibility with future versions of GAP [Max Horn][] +and [Wilf A. Wilson][]. + ## Version 1.2.0 (released 27/03/2020) 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. [Maria Tsalakou]: https://mariatsalakou.github.io [Chris Jefferson]: https://caj.host.cs.st-andrews.ac.uk [bliss]: http://www.tcs.hut.fi/Software/bliss/ +[Max Horn]: https://www.quendi.de/math diff --git a/PackageInfo.g b/PackageInfo.g index 68fab46b4..4c8aed218 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,14 +9,14 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## ## ## -## +## ## ## <#/GAPDoc> @@ -28,8 +28,8 @@ _STANDREWSCS := Concatenation(["Jack Cole Building, North Haugh, ", SetPackageInfo(rec( PackageName := "Digraphs", Subtitle := "Graphs, digraphs, and multidigraphs in GAP", -Version := "1.2.0", -Date := "27/03/2020", # dd/mm/yyyy format +Version := "1.2.1", +Date := "27/05/2020", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index 6126dc736..a027a77e4 100644 --- a/VERSIONS +++ b/VERSIONS @@ -8,6 +8,7 @@ ############################################################################# ## +release 1.2.1 - 27/05/2020 release 1.2.0 - 27/03/2020 release 1.1.2 - 16/03/2020 release 1.1.1 - 29/01/2020