Skip to content

Commit

Permalink
Updated for release v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Nov 26, 2024
1 parent 6091daa commit bcd94c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.7] - 25 November 2024

#### Fixed

* Fixed forms not accepting decimal values for extra fields (PR #554)
* Fixed cross-references not working when the reference name contained spaces (PR #556)

## [4.3.6] - 14 November 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.6
14 November 2024
v4.3.7
25 November 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.6"
__version__ = "4.3.7"
VERSION = __version__
RELEASE_DATE = "14 November 2024"
RELEASE_DATE = "25 November 2024"

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

0 comments on commit bcd94c2

Please sign in to comment.