# HG changeset patch # User Thierry Florac # Date 1561540757 -7200 # Node ID 44b216760dcea7d7d8ff0d7a7c0196f0fe9c6dca # Parent 10f770095ceca29252bff5565b8224cb1a75d276 Version 0.1.51.2 diff -r 10f770095cec -r 44b216760dce buildout.cfg --- a/buildout.cfg Tue Jun 25 16:25:09 2019 +0200 +++ b/buildout.cfg Wed Jun 26 11:19:17 2019 +0200 @@ -85,4 +85,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.51.1 +pyams_content = 0.1.51.2 diff -r 10f770095cec -r 44b216760dce docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Jun 25 16:25:09 2019 +0200 +++ b/docs/HISTORY.txt Wed Jun 26 11:19:17 2019 +0200 @@ -1,6 +1,11 @@ History ======= +0.1.51.2 +-------- + - small update in owner change form (use and store a copy of contributor's attribute instead of updating them + "in place") + 0.1.51.1 -------- - removed "required" property on shared content data-types batch updater diff -r 10f770095cec -r 44b216760dce setup.py --- a/setup.py Tue Jun 25 16:25:09 2019 +0200 +++ b/setup.py Wed Jun 26 11:19:17 2019 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.51.1' +version = '0.1.51.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 10f770095cec -r 44b216760dce src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Tue Jun 25 16:25:09 2019 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Wed Jun 26 11:19:17 2019 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.51.1 +Version: 0.1.51.2 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -72,6 +72,11 @@ History ======= + 0.1.51.2 + -------- + - small update in owner change form (use and store a copy of contributor's attribute instead of updating them + "in place") + 0.1.51.1 -------- - removed "required" property on shared content data-types batch updater