We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cb52d commit a85f4bfCopy full SHA for a85f4bf
2 files changed
CHANGELOG.rst
@@ -6,7 +6,13 @@ Change log
6
`Next version`_
7
~~~~~~~~~~~~~~~
8
9
-.. _Next version: https://github.com/matthiask/feincms3/compare/3.5...main
+.. _Next version: https://github.com/matthiask/feincms3/compare/3.6...main
10
+
11
12
+`3.6`_ (2022-05-12)
13
+~~~~~~~~~~~~~~~~~~~
14
15
+.. _3.6: https://github.com/matthiask/feincms3/compare/3.5...3.6
16
17
- Fixed the ``APPEND_SLASH`` handling to also use ``request.path_info``, not
18
``request.path``.
feincms3/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (3, 5, 0)
+VERSION = (3, 6, 0)
2
__version__ = ".".join(map(str, VERSION))
0 commit comments