diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 80a42efc21786e83bf03419dfed68e7295861df1..d1f646bb9022577ce60a76cf753c369b8beca06f 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-01-02 +------------------- Added ~~~~~ @@ -593,3 +593,4 @@ Fixed .. _2.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3 .. _2.3.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3.1 .. _2.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.4 +.. _2.5: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.5 diff --git a/pyproject.toml b/pyproject.toml index ad2a2f51d103d6855caf2b39744a3baf7f242ff5..eb152c0821a31473bed821e34be945b1aeea47da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.4.1.dev0" +version = "2.5" packages = [ { include = "aleksis" } ]