From d6175efcc8dee36e3bdfa0ff070c0d24c5c9d98b Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 24 Dec 2021 18:51:03 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=202.4=20=E2=80=93=20this=20?= =?UTF-8?q?is=20a=20feature=20release=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6d1065772..f0aab20a9 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 170725240..7f07c556b 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" } ] -- GitLab