diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e27918ef1db7075daefd321dba9d175d83206c8..46340d49368b56c2815688e5905b716c6b472067 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 ece3564f48d5fdc2fae958ed2bc32cdd5e235113..6df92d2acec415cffe41dabbadec3a8c3031407c 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 aacf9a224168fc01da2cae9ef94c0f24a676b9a0..518db980fb362fea142f65c2939ff2424cc771f8 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" } ]