diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6d1065772560708021b9d7a7941ec2f3980b2f2a..f0aab20a9bc48b857ac45be7e62b4ca915f69b55 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`_. -`2.3.2`_ – 2021-12-24 ---------------------- +`2.4`_ – 2021-12-24 +------------------- Added ~~~~~ @@ -573,4 +573,4 @@ Fixed .. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.2.1 .. _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.3.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3.2 +.. _2.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.4 diff --git a/pyproject.toml b/pyproject.toml index 170725240c480ba107af172560fde9f0dcab1a6b..7f07c556b7b4e8c20f16021f364d917d46fac568 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.3.2" +version = "2.4" packages = [ { include = "aleksis" } ]