# HG changeset patch # User Thierry Florac # Date 1599560601 -7200 # Node ID 8355fbc14a6d225383ebc7625b73cc7bd8c5182c # Parent f2cc8872bcc1bc6955cb88e6a79edb0ecb23c565 Version 0.1.63 diff -r f2cc8872bcc1 -r 8355fbc14a6d buildout.cfg --- a/buildout.cfg Mon Sep 07 17:25:59 2020 +0200 +++ b/buildout.cfg Tue Sep 08 12:23:21 2020 +0200 @@ -87,4 +87,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.62.1 +pyams_content = 0.1.63 diff -r f2cc8872bcc1 -r 8355fbc14a6d docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Sep 07 17:25:59 2020 +0200 +++ b/docs/HISTORY.txt Tue Sep 08 12:23:21 2020 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.63 +------ + - added header attribute to site manager + 0.1.62.1 -------- - corrected display of creation and modification dates on external files diff -r f2cc8872bcc1 -r 8355fbc14a6d setup.py --- a/setup.py Mon Sep 07 17:25:59 2020 +0200 +++ b/setup.py Tue Sep 08 12:23:21 2020 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.62.1' +version = '0.1.63' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r f2cc8872bcc1 -r 8355fbc14a6d src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Mon Sep 07 17:25:59 2020 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Tue Sep 08 12:23:21 2020 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.62.1 +Version: 0.1.63 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -72,6 +72,10 @@ History ======= + 0.1.63 + ------ + - added header attribute to site manager + 0.1.62.1 -------- - corrected display of creation and modification dates on external files