# HG changeset patch # User Thierry Florac # Date 1559046919 -7200 # Node ID c70a308cf58b5bcf5eec480e867cfe8189c26532 # Parent 39e55a3261a25ca08108e675a1691e4a0493380d Version 0.1.51.1 diff -r 39e55a3261a2 -r c70a308cf58b buildout.cfg --- a/buildout.cfg Fri May 24 16:54:20 2019 +0200 +++ b/buildout.cfg Tue May 28 14:35:19 2019 +0200 @@ -85,4 +85,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.51 +pyams_content = 0.1.51.1 diff -r 39e55a3261a2 -r c70a308cf58b docs/HISTORY.txt --- a/docs/HISTORY.txt Fri May 24 16:54:20 2019 +0200 +++ b/docs/HISTORY.txt Tue May 28 14:35:19 2019 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.51.1 +-------- + - removed "required" property on shared content data-types batch updater + 0.1.51 ------ - added batch tool to update typed-contents type diff -r 39e55a3261a2 -r c70a308cf58b setup.py --- a/setup.py Fri May 24 16:54:20 2019 +0200 +++ b/setup.py Tue May 28 14:35:19 2019 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.51' +version = '0.1.51.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 39e55a3261a2 -r c70a308cf58b src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Fri May 24 16:54:20 2019 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Tue May 28 14:35:19 2019 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.51 +Version: 0.1.51.1 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.51.1 + -------- + - removed "required" property on shared content data-types batch updater + 0.1.51 ------ - added batch tool to update typed-contents type