Skip to content

Commit b302b23

Browse files
committed
feincms-elephantblog v1.3.0
1 parent 122979e commit b302b23

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.rst

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

9+
`v1.3.0`_ (2020-01-29)
10+
~~~~~~~~~~~~~~~~~~~~~~
11+
912
- Changed contents to return a ``(template, context)`` tuple from their
1013
render methods. The minimum FeinCMS version supporting this is 1.15.
1114

@@ -19,4 +22,5 @@ Change log
1922

2023

2124
.. _v1.2.0: https://github.com/feincms/feincms-elephantblog/compare/v1.1.0...v1.2.0
22-
.. _Next version: https://github.com/feincms/feincms-elephantblog/compare/v1.2.0...master
25+
.. _v1.3.0: https://github.com/feincms/feincms-elephantblog/compare/v1.2.0...v1.3.0
26+
.. _Next version: https://github.com/feincms/feincms-elephantblog/compare/v1.3.0...master

elephantblog/__init__.py

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

3-
VERSION = (1, 2, 0)
3+
VERSION = (1, 3, 0)
44
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)