Skip to content

Commit a85f4bf

Browse files
committed
feincms3 3.6
1 parent 81cb52d commit a85f4bf

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ Change log
66
`Next version`_
77
~~~~~~~~~~~~~~~
88

9-
.. _Next version: https://github.com/matthiask/feincms3/compare/3.5...main
9+
.. _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
1016

1117
- Fixed the ``APPEND_SLASH`` handling to also use ``request.path_info``, not
1218
``request.path``.

feincms3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (3, 5, 0)
1+
VERSION = (3, 6, 0)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)