# HG changeset patch # User Thierry Florac # Date 1594195140 -7200 # Node ID 2e377d24a2a38fc0f52abb0b94124e6e40bc4953 # Parent 87433110601221cdee0004147feec7a948f3f8ea Version 0.1.49 diff -r 874331106012 -r 2e377d24a2a3 buildout.cfg --- a/buildout.cfg Wed Jul 08 09:54:51 2020 +0200 +++ b/buildout.cfg Wed Jul 08 09:59:00 2020 +0200 @@ -79,4 +79,4 @@ eggs = pyams_default_theme [test] [versions] -pyams_default_theme = 0.1.48 +pyams_default_theme = 0.1.49 diff -r 874331106012 -r 2e377d24a2a3 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Jul 08 09:54:51 2020 +0200 +++ b/docs/HISTORY.txt Wed Jul 08 09:59:00 2020 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.49 +------ + - updated paragraphs and portlets templates to add conditions on titles rendering + 0.1.48 ------ - updated workflow publication date portlet diff -r 874331106012 -r 2e377d24a2a3 setup.py --- a/setup.py Wed Jul 08 09:54:51 2020 +0200 +++ b/setup.py Wed Jul 08 09:59:00 2020 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.48' +version = '0.1.49' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 874331106012 -r 2e377d24a2a3 src/pyams_default_theme.egg-info/PKG-INFO --- a/src/pyams_default_theme.egg-info/PKG-INFO Wed Jul 08 09:54:51 2020 +0200 +++ b/src/pyams_default_theme.egg-info/PKG-INFO Wed Jul 08 09:59:00 2020 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-default-theme -Version: 0.1.48 +Version: 0.1.49 Summary: PyAMS default theme Home-page: http://hg.ztfy.org/pyams/pyams_default_theme Author: Thierry Florac @@ -11,6 +11,10 @@ History ======= + 0.1.49 + ------ + - updated paragraphs and portlets templates to add conditions on titles rendering + 0.1.48 ------ - updated workflow publication date portlet