From ddf9b1f710cb340508e42035db51dca3d566a56c Mon Sep 17 00:00:00 2001 From: Dorian Lesbre <dorian.lesbre@gmail.com> Date: Wed, 28 Apr 2021 14:22:52 +0200 Subject: [PATCH] Update version number --- CHANGELOG.md | 3 ++- site_settings/constants.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c6da4..1c1c533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Change Log -## Version ??? - soon +## Version 1.2.4 - 2021-04-28 - Custom title to error pages - Update FAQ - More captions for planning - Reworked file upload to allow for file replacement (and not just upload to a new unique name) - Fix bugs +- Added links to home page ## Version 1.2.3 - 2021-04-25 diff --git a/site_settings/constants.py b/site_settings/constants.py index acb6f4e..c11dd87 100644 --- a/site_settings/constants.py +++ b/site_settings/constants.py @@ -1,6 +1,6 @@ # The website version number -WEBSITE_VERSION = "1.2.3" -WEBSITE_VERSION_DATE = "2021-04-25" +WEBSITE_VERSION = "1.2.4" +WEBSITE_VERSION_DATE = "2021-04-28" WEBSITE_FULL_VERSION = "{} - {}".format( WEBSITE_VERSION, WEBSITE_VERSION_DATE -- GitLab