From 80e9eede68ff1faa862f8aeebfc7cff002d33ec2 Mon Sep 17 00:00:00 2001 From: CJ Kucera Date: Tue, 21 Mar 2023 13:22:16 -0500 Subject: [PATCH] Preemptive bump to v1.4.4b1 --- CHANGELOG.rst | 5 +++++ docs/conf.py | 2 +- exordium/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 603cfee..2d10a1b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +1.4.4 (unreleased) +------------------ + +*(nothing yet)* + 1.4.3 (2023-03-21) ------------------ diff --git a/docs/conf.py b/docs/conf.py index 50ca67f..8206edd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.3' +release = '1.4.4b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/exordium/__init__.py b/exordium/__init__.py index 681a7d4..0417442 100644 --- a/exordium/__init__.py +++ b/exordium/__init__.py @@ -1,3 +1,3 @@ default_app_config = 'exordium.apps.ExordiumConfig' -__version__ = '1.4.3' +__version__ = '1.4.4b1'