From 072767946cef8ad8b8da62445c2121a6b1e8a857 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 31 Jan 2022 17:24:44 +0100 Subject: [PATCH] Bump version to 2.7.2 and update changelog --- CHANGELOG.rst | 6 ++++-- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e27918ef..46340d493 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,14 +6,15 @@ 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.2`_ - 2022-01-31 +--------------------- Changed ~~~~~~~ * [Dev] The (undocumented) setting PDF_CONTEXT_PROCESSORS is now named NON_REQUEST_CONTEXT_PROCESSORS * [Docker] Cache is now cleared if migrations are applied +* Update German translations. Fixed ~~~~~ @@ -707,3 +708,4 @@ Fixed .. _2.6: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.6 .. _2.7: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7 .. _2.7.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.1 +.. _2.7.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.2 diff --git a/docs/conf.py b/docs/conf.py index ece3564f4..6df92d2ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.7" # The full version, including alpha/beta/rc tags -release = "2.7.2.dev0" +release = "2.7.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index aacf9a224..518db980f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.7.2.dev0" +version = "2.7.2" packages = [ { include = "aleksis" } ] -- GitLab