Skip to content

Commit

Permalink
Updated for v4.3.4 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Oct 24, 2024
1 parent e062d00 commit 62e0d2c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# CHANGELOG

# [4.3.3] - 21 October 2024
## [4.3.4] - 24 October 2024

### Changed

* Adjusted the duplicate IP address checks for cloud servers on a project to make them more robust to catch more edge cases

### Fixed

* Fixed an issue with creating a new cloud server on a project

## [4.3.3] - 21 October 2024

### Added

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.3
21 October 2024
v4.3.4
24 October 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.3.3"
__version__ = "4.3.4"
VERSION = __version__
RELEASE_DATE = "21 October 2024"
RELEASE_DATE = "24 October 2024"

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

0 comments on commit 62e0d2c

Please sign in to comment.