From 2a7861d388a2a4d9f6544cdc77f37594b616d69b Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Wed, 8 Nov 2023 17:22:46 +1100 Subject: [PATCH] Version bump - 2.4.3 --- docs/api/changelog.rst | 2 +- noseOfYeti/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 0d488d0..10b2e3b 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -5,7 +5,7 @@ Changelog .. _release-2.4.3: -2.4.3 - TBD +2.4.3 - 8 November 2023 * Ensure f-string tokenising in python 3.12 doesn't break dedents * Converted packaging to hatchling diff --git a/noseOfYeti/version.py b/noseOfYeti/version.py index 888957c..b0f08f6 100644 --- a/noseOfYeti/version.py +++ b/noseOfYeti/version.py @@ -1 +1 @@ -VERSION = "2.4.2" +VERSION = "2.4.3"