From a15c2688c7494b0d0a98b1247c6c4e9a73468c17 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Wed, 2 Nov 2022 12:29:34 +0100
Subject: [PATCH] Bump version to 2.4.2

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e724c885..5085c9a5 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.2`_ - 2022-11-02
+---------------------
 
 Fixed
 ~~~~~
@@ -331,3 +331,4 @@ Fixed
 .. _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
 .. _2.4.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.4.1
+.. _2.4.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.4.2
diff --git a/docs/conf.py b/docs/conf.py
index 490abfd8..a9d3e169 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.4"
 # The full version, including alpha/beta/rc tags
-release = "2.4.2.dev0"
+release = "2.4.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 2898e35b..487b1517 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.4.2.dev0"
+version = "2.4.2"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab