From 15d1b671f3df726afdcb0e4fa2f70dc88ab72072 Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Fri, 9 Aug 2024 09:12:58 +1000 Subject: [PATCH] REL: bump release minor _version [CHANGED] to sync with the revised workflow --- changelog.md | 4 ++-- src/cogent3/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index ddf681b5f..88f27977d 100755 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ - -# Changes in release "2024.7.19a2" + +# Changes in release "2024.7.19a3" This is a minor bug fix release. diff --git a/src/cogent3/_version.py b/src/cogent3/_version.py index f43496f68..dda4d6761 100644 --- a/src/cogent3/_version.py +++ b/src/cogent3/_version.py @@ -1,2 +1,2 @@ # remember to update version in pyproject.toml too! -__version__ = "2024.7.19a2" +__version__ = "2024.7.19a3"