From 0714e91fcc8036f811dc2cdcfd36783c2a63bf3c Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Mon, 24 Jan 2022 21:22:51 +0100 Subject: [PATCH] Update changelog and bump version --- CHANGELOG.rst | 5 +++-- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c6a55522..65fadd443 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.7`_ - 2022-01-24 +------------------- Added ~~~~~ @@ -670,3 +670,4 @@ Fixed .. _2.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.4 .. _2.5: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.5 .. _2.6: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.6 +.. _2.7: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7 diff --git a/docs/conf.py b/docs/conf.py index 55931744c..4cbfd71ab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team" author = "The AlekSIS Team" # The short X.Y version -version = "2.6" +version = "2.7" # The full version, including alpha/beta/rc tags -release = "2.6.1.dev0" +release = "2.7" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 8254a6a2a..a24e2dc1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.6.1.dev0" +version = "2.7" packages = [ { include = "aleksis" } ] -- GitLab