Skip to content
Snippets Groups Projects
Commit 5f92401f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'prepare-release-2.7.2' into 'master'

Bump version to 2.7.2 and update changelog

See merge request !946
parents 0b76bcda 40838eb4
No related branches found
No related tags found
1 merge request!946Bump version to 2.7.2 and update changelog
Pipeline #52846 canceled
......@@ -9,11 +9,15 @@ 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 +711,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
......@@ -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.3.dev0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-Core"
version = "2.7.2.dev0"
version = "2.7.3.dev0"
packages = [
{ include = "aleksis" }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment