Skip to content

Commit

Permalink
Bump to version 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Oct 16, 2017
1 parent 3ebb3ef commit 1670bfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmsplugin_cascade/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
12. git commit -m 'Start with <version>'
13. git push
"""
__version__ = "0.14.2"
__version__ = "0.14.3"

default_app_config = 'cmsplugin_cascade.apps.CascadeConfig'
7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Release History
===============

0.14.3
------
* Fix: If plugin is missing, now templatetag ``render_plugin`` renders empty string, instead
of raising a TemplateSyntaxError.
* Fix: Method ``RenderTemplateMixin.get_render_template()`` now properly expands templates with
placeholders.


0.14.2
------
Expand Down

0 comments on commit 1670bfb

Please sign in to comment.