From 8e45ebffc51c516fcaf5047325573ad69aec126d Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Wed, 14 Feb 2024 22:26:13 +1100 Subject: [PATCH] Version bump - 2.4.7 --- docs/api/changelog.rst | 5 +++++ noseOfYeti/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index fd96d45..7e2a6b4 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -3,6 +3,11 @@ Changelog ========= +.. _release-2.4.7: + +2.4.7 - 14 February 2024 + * Include test examples in the source distribution + .. _release-2.4.6: 2.4.6 - 21 January 2024 diff --git a/noseOfYeti/version.py b/noseOfYeti/version.py index a051c42..056ac36 100644 --- a/noseOfYeti/version.py +++ b/noseOfYeti/version.py @@ -1 +1 @@ -VERSION = "2.4.6" +VERSION = "2.4.7"