Skip to content

Commit

Permalink
Updated for release of v4.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Jan 8, 2025
1 parent 08f62db commit 58f7e77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v4.3.10
3 January 2025
v4.3.11
8 January 2025
4 changes: 2 additions & 2 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 58f7e77

Please sign in to comment.