From ba8552a322682b8f9e9aa769f4d00ce25568b9a4 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 2 Jan 2022 21:20:14 +0100 Subject: [PATCH] Bump version to 2.5 --- CHANGELOG.rst | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 80a42efc2..d1f646bb9 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 ad2a2f51d..eb152c082 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" } ] -- GitLab