Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Jan 13, 2024
1 parent eb24d3f commit 3e0abf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v4.0.4
8 January 2024
v4.0.5
12 January 2024
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.0.4"
__version__ = "4.0.5"
VERSION = __version__
RELEASE_DATE = "8 January 2024"
RELEASE_DATE = "12 January 2024"

ROOT_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
APPS_DIR = ROOT_DIR / "ghostwriter"
Expand Down

0 comments on commit 3e0abf1

Please sign in to comment.