diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c6d8243c75dcbdaf18d0d89d41b92013e2d4825..0a82428eb632b45b961a718030d556cef0645069 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +`2.7.4`_ - 2022-02-09 +--------------------- + Changed ~~~~~~~ @@ -21,7 +24,7 @@ Fixed * Only exactly one person without e-mail address could be invited * No person was created and linked to the PersonInvitation object when invite by e-mail is used * No valid data in the second e-mail field of the signup form when it was disabled -* Invitation options were displayed even when the feature was disabled +* Invitation options were displayed to superusers even when the feature was disabled * Inviting newly created persons for registration failed * Invited person was not displayed correctly in list of sent invitations * [Docker] Do not clear cache in migration container die to session invalidation issues @@ -749,3 +752,4 @@ Fixed .. _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 .. _2.7.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.3 +.. _2.7.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.4 diff --git a/docs/conf.py b/docs/conf.py index 6e406af5c0c7d02362e47c38c7581a50a983b5e3..2acaa4acf472ffb6ea2a1124d9371644186cc5c6 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.4.dev0" +release = "2.7.5.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index bb8c16a3dc4f72927e18e805b75396a48a04f173..12199f73cd28724dffa7087dcb6628ea68943fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.7.4.dev0" +version = "2.7.5.dev0" packages = [ { include = "aleksis" } ]