From f2e7c8086c117479b0ef1da3945759acbcd9a2ea Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Fri, 20 May 2022 11:50:46 +0100 Subject: [PATCH] Update version numbers etc for 1.5.3 --- .VERSION | 2 +- CHANGELOG.md | 9 +++++++++ PackageInfo.g | 8 ++++---- VERSIONS | 1 + 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.VERSION b/.VERSION index 4cda8f19e..8af85beb5 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.5.2 +1.5.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b563dad..d9e6b2923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Wilf A. Wilson, Michael Young et al. Licensing information can be found in the `LICENSE` file. +## Version 1.5.3 (released 20/05/2022) + +This is a minor release including the following changes: + +* digraph: fix String method for chains/cycles by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/542 +* Disable edge labels if not already set in some cases by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/540 +* build: remove the default flag -march=native by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/541 +* doc: fix typos by @james-d-mitchell in https://github.com/digraphs/Digraphs/pull/544 + ## Version 1.5.2 (released 30/03/2022) This is a very minor release containing technical changes for maintaining compatibility with other GAP packages. diff --git a/PackageInfo.g b/PackageInfo.g index 37e49dcc5..e0264153f 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.2", -Date := "30/03/2022", # dd/mm/yyyy format +Version := "1.5.3", +Date := "20/05/2022", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", diff --git a/VERSIONS b/VERSIONS index d37734bc2..08f4208cb 100644 --- a/VERSIONS +++ b/VERSIONS @@ -8,6 +8,7 @@ ############################################################################# ## +release 1.5.3 - 20/05/2022 release 1.5.2 - 30/03/2022 release 1.5.1 - 29/03/2022 release 1.5.0 - 27/10/2021