Skip to content

Commit

Permalink
FeinCMS v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 21, 2018
1 parent 435e462 commit 93cac88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~


`v1.15.0`_ (2018-12-21)
~~~~~~~~~~~~~~~~~~~~~~~

- Actually made use of the timeout specified as
``FEINCMS_THUMBNAIL_CACHE_TIMEOUT`` instead of the hardcoded value of
seven days.
Expand Down Expand Up @@ -52,4 +56,5 @@ Change log


.. _v1.14.0: https://github.com/feincms/feincms/compare/v1.13.0...v1.14.0
.. _Next version: https://github.com/feincms/feincms/compare/v1.14.0...master
.. _v1.15.0: https://github.com/feincms/feincms/compare/v1.14.0...v1.15.0
.. _Next version: https://github.com/feincms/feincms/compare/v1.15.0...master
2 changes: 1 addition & 1 deletion feincms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, unicode_literals

VERSION = (1, 14, 3)
VERSION = (1, 15, 0)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit 93cac88

Please sign in to comment.