From 3939dd3ce0275d9fa3c3dc8dd1766a2b4436a2f5 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sat, 12 Nov 2022 12:02:25 +0100 Subject: [PATCH] Prepare release 2.5 --- CHANGELOG.rst | 5 +++-- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 58ff8cb5..c9f12321 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 93fd4e30..bd847937 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 8b0ac0f6..8ec351fb 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" } ] -- GitLab