diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c20f8d4f72b0e3b658e14ee6cba680198e137b0a..acc17be7974dee9e6ce58313fc6d2ddd13ea6ee1 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.1`_ - 2022-08-31 +--------------------- Fixed ~~~~~ @@ -319,3 +319,4 @@ Fixed .. _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 +.. _2.4.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.4.1 diff --git a/docs/conf.py b/docs/conf.py index 51fa7096f8673266e1379093d9c82238a05aad90..31a72f3fee538d8fb83dde366dabf97d3c7e7e6d 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.1.dev0" +release = "2.4.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index b36b770fbd2d149cf121001b1f2896d5b3d07fc6..94ffdb7c57c5c37c0879e14157dd3bcceff7f171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Chronos" -version = "2.4.1.dev0" +version = "2.4.1" packages = [ { include = "aleksis" } ]