File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11from __future__ import absolute_import , unicode_literals
22
3- VERSION = (1 , 2 , 0 )
3+ VERSION = (1 , 3 , 0 )
44__version__ = "." .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments