From f3dd7a98417ecfbb2eaba06ebd2ecbdc40c27f32 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Thu, 23 Jun 2022 11:19:33 +0200
Subject: [PATCH] Bump version to 2.4

---
 CHANGELOG.rst  | 6 ++++--
 docs/conf.py   | 4 ++--
 pyproject.toml | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ba46a8a2..f5d363d7 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog`_,
 and this project adheres to `Semantic Versioning`_.
 
-Unreleased
-----------
+`2.4`_ - 2022-06-23
+-------------------
 
 Added
 ~~~~~
@@ -308,3 +308,5 @@ Fixed
 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.1
 .. _2.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.2
 .. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.2.1
+.. _2.3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.3
+.. _2.4: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.4
diff --git a/docs/conf.py b/docs/conf.py
index c2e66077..412355ee 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.3"
+version = "2.4"
 # The full version, including alpha/beta/rc tags
-release = "2.3.1.dev0"
+release = "2.4"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 932ee1d6..eabe7d99 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.3.1.dev0"
+version = "2.4"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab