# HG changeset patch # User Thierry Florac # Date 1444916506 -7200 # Node ID 3974cc153c022f57bdd65d71d2f2fd7341e33a08 # Parent 79b06562f139d2f2becaa07a171df1114fac82d6 Version 0.1.1 diff -r 79b06562f139 -r 3974cc153c02 buildout.cfg --- a/buildout.cfg Thu Oct 15 15:39:52 2015 +0200 +++ b/buildout.cfg Thu Oct 15 15:41:46 2015 +0200 @@ -87,4 +87,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.0 +pyams_content = 0.1.1 diff -r 79b06562f139 -r 3974cc153c02 docs/HISTORY.txt --- a/docs/HISTORY.txt Thu Oct 15 15:39:52 2015 +0200 +++ b/docs/HISTORY.txt Thu Oct 15 15:41:46 2015 +0200 @@ -1,6 +1,12 @@ History ======= +0.1.1 +----- + - updated shared content header + - added dashboard info when not concerned by any content + - changed owner role index name in search form + 0.1.0 ----- - first preview release diff -r 79b06562f139 -r 3974cc153c02 setup.py --- a/setup.py Thu Oct 15 15:39:52 2015 +0200 +++ b/setup.py Thu Oct 15 15:41:46 2015 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.0' +version = '0.1.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 79b06562f139 -r 3974cc153c02 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Thu Oct 15 15:39:52 2015 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Thu Oct 15 15:41:46 2015 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content -Version: 0.1.0 +Version: 0.1.1 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -8,6 +8,18 @@ License: ZPL Description: + History + ======= + + 0.1.1 + ----- + - updated shared content header + - added dashboard info when not concerned by any content + - changed owner role index name in search form + + 0.1.0 + ----- + - first preview release Keywords: Pyramid PyAMS Platform: UNKNOWN