# HG changeset patch # User Thierry Florac # Date 1570449871 -7200 # Node ID 570cb7fce4d657c0d4152ed6785912704a0a37c7 # Parent 7e8c678480613713498d357a62c7e842fa09d61d Version 0.1.54.2 diff -r 7e8c67848061 -r 570cb7fce4d6 buildout.cfg --- a/buildout.cfg Mon Oct 07 13:39:50 2019 +0200 +++ b/buildout.cfg Mon Oct 07 14:04:31 2019 +0200 @@ -85,4 +85,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.54.1 +pyams_content = 0.1.54.2 diff -r 7e8c67848061 -r 570cb7fce4d6 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Oct 07 13:39:50 2019 +0200 +++ b/docs/HISTORY.txt Mon Oct 07 14:04:31 2019 +0200 @@ -1,6 +1,11 @@ History ======= +0.1.54.2 +-------- + - define alternate owners list on contributors restrictions as not required + - use alternate "DottedDecimalField" for decimal form fields + 0.1.54.1 -------- - added notice on form's submit message input widget diff -r 7e8c67848061 -r 570cb7fce4d6 setup.py --- a/setup.py Mon Oct 07 13:39:50 2019 +0200 +++ b/setup.py Mon Oct 07 14:04:31 2019 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.54.1' +version = '0.1.54.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 7e8c67848061 -r 570cb7fce4d6 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Mon Oct 07 13:39:50 2019 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Mon Oct 07 14:04:31 2019 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.54.1 +Version: 0.1.54.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.54.2 + -------- + - define alternate owners list on contributors restrictions as not required + - use alternate "DottedDecimalField" for decimal form fields + 0.1.54.1 -------- - added notice on form's submit message input widget