diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 58ff8cb5fced5befdc962c0bb499b3e07fd65cab..c9f123211c4b0138b5ecf93a6ce36538af4efc5f 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.5`_ - 2022-11-12 +------------------- Added ~~~~~ @@ -343,3 +343,4 @@ Fixed .. _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 +.. _2.5: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.5 diff --git a/docs/conf.py b/docs/conf.py index 93fd4e30e843f75d88e73e569c4525832a5482a1..bd847937c3b5eef1ffa6f3cd8e50f960408fbba7 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.4" +version = "2.5" # The full version, including alpha/beta/rc tags -release = "2.4.3.dev0" +release = "2.5" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 8b0ac0f6310e8e0e230b4b9049e30efb8577f255..8ec351fbdd3d3d64f9265f072c67a66ca8c8584e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Chronos" -version = "2.4.3.dev0" +version = "2.5" packages = [ { include = "aleksis" } ]