diff --git a/CHANGELOG.md b/CHANGELOG.md index 3978118b0..9b356773d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.3.10] - 8 January 2025 +## [4.3.11] - 8 January 2025 ### Changed diff --git a/VERSION b/VERSION index edf2b3afd..7dfae7d79 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -v4.3.10 -3 January 2025 +v4.3.11 +8 January 2025 diff --git a/config/settings/base.py b/config/settings/base.py index 960f4c304..91d14227f 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -11,9 +11,9 @@ # 3rd Party Libraries import environ -__version__ = "4.3.10" +__version__ = "4.3.11" VERSION = __version__ -RELEASE_DATE = "3 January 2025" +RELEASE_DATE = "8 January 2025" ROOT_DIR = Path(__file__).resolve(strict=True).parent.parent.parent APPS_DIR = ROOT_DIR / "ghostwriter"