Skip to content

Commit 1c9875b

Browse files
committed
FeinCMS v1.14.1
1 parent c763641 commit 1c9875b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Change log
66
`Next version`_
77
~~~~~~~~~~~~~~~
88

9+
- Actually made use of the timeout specified as
10+
``FEINCMS_THUMBNAIL_CACHE_TIMEOUT`` instead of the hardcoded value of
11+
seven days.
12+
- Reverted the deprecation of navigation extension autodiscovery.
13+
14+
915
`v1.14.0`_ (2018-08-16)
1016
~~~~~~~~~~~~~~~~~~~~~~~
1117

feincms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import, unicode_literals
22

3-
VERSION = (1, 14, 0)
3+
VERSION = (1, 14, 1)
44
__version__ = '.'.join(map(str, VERSION))
55

66

0 commit comments

Comments
 (0)