From 38f4d2d24ebc9621b295ab6c20fb58334accb32a Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Sun, 25 Apr 2021 20:26:46 +0200
Subject: [PATCH] Update version number

---
 CHANGELOG.md               | 4 ++++
 site_settings/constants.py | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24aa849..0e67138 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 ## Version 1.2.2 - 2021-04-25
 
+- Planning bug fixes
+
+## Version 1.2.2 - 2021-04-25
+
 - Changed planning break from midnight to 4am-8am
 - Added "back to top" links to activity pages
 - Make slot start field non-nullable to simplify code
diff --git a/site_settings/constants.py b/site_settings/constants.py
index 37bb45a..acb6f4e 100644
--- a/site_settings/constants.py
+++ b/site_settings/constants.py
@@ -1,5 +1,5 @@
 # The website version number
-WEBSITE_VERSION = "1.2.2"
+WEBSITE_VERSION = "1.2.3"
 WEBSITE_VERSION_DATE = "2021-04-25"
 
 WEBSITE_FULL_VERSION = "{} - {}".format(
-- 
GitLab