# HG changeset patch # User Thierry Florac # Date 1593780199 -7200 # Node ID b42955b58f359b53a38de24536a80714ef65cc9b # Parent 808d6ab823ce8e9f9715244b6302a2402ac9e0cb Version 0.1.48 diff -r 808d6ab823ce -r b42955b58f35 buildout.cfg --- a/buildout.cfg Thu Jul 02 16:12:32 2020 +0200 +++ b/buildout.cfg Fri Jul 03 14:43:19 2020 +0200 @@ -79,4 +79,4 @@ eggs = pyams_default_theme [test] [versions] -pyams_default_theme = 0.1.47 +pyams_default_theme = 0.1.48 diff -r 808d6ab823ce -r b42955b58f35 docs/HISTORY.txt --- a/docs/HISTORY.txt Thu Jul 02 16:12:32 2020 +0200 +++ b/docs/HISTORY.txt Fri Jul 03 14:43:19 2020 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.48 +------ + - updated workflow publication date portlet + 0.1.47 ------ - added options to display contents publication date in head and title portlets diff -r 808d6ab823ce -r b42955b58f35 setup.py --- a/setup.py Thu Jul 02 16:12:32 2020 +0200 +++ b/setup.py Fri Jul 03 14:43:19 2020 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.47' +version = '0.1.48' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 808d6ab823ce -r b42955b58f35 src/pyams_default_theme.egg-info/PKG-INFO --- a/src/pyams_default_theme.egg-info/PKG-INFO Thu Jul 02 16:12:32 2020 +0200 +++ b/src/pyams_default_theme.egg-info/PKG-INFO Fri Jul 03 14:43:19 2020 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-default-theme -Version: 0.1.47 +Version: 0.1.48 Summary: PyAMS default theme Home-page: http://hg.ztfy.org/pyams/pyams_default_theme Author: Thierry Florac @@ -11,6 +11,10 @@ History ======= + 0.1.48 + ------ + - updated workflow publication date portlet + 0.1.47 ------ - added options to display contents publication date in head and title portlets