From e784cf7d6954021559fde8147a9d253af6302b8a Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 24 Dec 2021 12:00:26 +0100 Subject: [PATCH] Bump version to 2.3.2 --- CHANGELOG.rst | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9846f023..2eae801df 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.3.2`_ – 2021-12-24 +--------------------- Added ~~~~~ @@ -569,3 +569,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 diff --git a/pyproject.toml b/pyproject.toml index c5033c05e..9a3d5b312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.4.dev0" +version = "2.3.2" packages = [ { include = "aleksis" } ] -- GitLab