# HG changeset patch # User Thierry Florac # Date 1547370865 -3600 # Node ID 9b310350d3949dd8573a49bdbdc332c2ff19218c # Parent 9a5f4a56e3acb511a1231d50f0996a045d57878c Version 0.1.29 diff -r 9a5f4a56e3ac -r 9b310350d394 buildout.cfg --- a/buildout.cfg Sun Jan 13 10:09:59 2019 +0100 +++ b/buildout.cfg Sun Jan 13 10:14:25 2019 +0100 @@ -79,4 +79,4 @@ eggs = pyams_default_theme [test] [versions] -pyams_default_theme = 0.1.28 +pyams_default_theme = 0.1.29 diff -r 9a5f4a56e3ac -r 9b310350d394 docs/HISTORY.txt --- a/docs/HISTORY.txt Sun Jan 13 10:09:59 2019 +0100 +++ b/docs/HISTORY.txt Sun Jan 13 10:14:25 2019 +0100 @@ -1,6 +1,12 @@ History ======= +0.1.29 +------ + - added glossary rendering in verbatim renderers templates + - updated header renderer and oid router so that header is displayed correctly when a + shared content is displayed in site root's context + 0.1.28 ------ - use workflow "visible" states instead of "published" states diff -r 9a5f4a56e3ac -r 9b310350d394 setup.py --- a/setup.py Sun Jan 13 10:09:59 2019 +0100 +++ b/setup.py Sun Jan 13 10:14:25 2019 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.28' +version = '0.1.29' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 9a5f4a56e3ac -r 9b310350d394 src/pyams_default_theme.egg-info/PKG-INFO --- a/src/pyams_default_theme.egg-info/PKG-INFO Sun Jan 13 10:09:59 2019 +0100 +++ b/src/pyams_default_theme.egg-info/PKG-INFO Sun Jan 13 10:14:25 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-default-theme -Version: 0.1.28 +Version: 0.1.29 Summary: PyAMS default theme Home-page: http://hg.ztfy.org/pyams/pyams_default_theme Author: Thierry Florac @@ -11,6 +11,12 @@ History ======= + 0.1.29 + ------ + - added glossary rendering in verbatim renderers templates + - updated header renderer and oid router so that header is displayed correctly when a + shared content is displayed in site root's context + 0.1.28 ------ - use workflow "visible" states instead of "published" states