From ceb6c0d2d4cc8a76721e75c05a84d90ef1514f3e Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Wed, 30 Mar 2022 10:37:58 +0100 Subject: [PATCH] Prepare for v1.5.2 release --- .VERSION | 2 +- CHANGELOG.md | 4 ++++ PackageInfo.g | 8 ++++---- VERSIONS | 1 + 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.VERSION b/.VERSION index 26ca59460..4cda8f19e 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.5.1 +1.5.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0721e6b27..00b563dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Wilf A. Wilson, Michael Young et al. Licensing information can be found in the `LICENSE` file. +## Version 1.5.2 (released 30/03/2022) + +This is a very minor release containing technical changes for maintaining compatibility with other GAP packages. + ## Version 1.5.1 (released 29/03/2022) This minor release contains several bugfixes and technical changes. This includes: diff --git a/PackageInfo.g b/PackageInfo.g index 3fe075a3c..37e49dcc5 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.5.1", -Date := "29/03/2022", # dd/mm/yyyy format +Version := "1.5.2", +Date := "30/03/2022", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index d50da6177..d37734bc2 100644 --- a/VERSIONS +++ b/VERSIONS @@ -8,6 +8,7 @@ ############################################################################# ## +release 1.5.2 - 30/03/2022 release 1.5.1 - 29/03/2022 release 1.5.0 - 27/10/2021 release 1.4.1 - 14/05/2021