# HG changeset patch # User Thierry Florac # Date 1548326325 -3600 # Node ID 98e0cb271ae14b39182771309c5c2bb510408cad # Parent 49da29eef08687bf515ad75908096ae69b7fc1c5 Version 0.1.42 diff -r 49da29eef086 -r 98e0cb271ae1 buildout.cfg --- a/buildout.cfg Wed Jan 23 20:16:17 2019 +0100 +++ b/buildout.cfg Thu Jan 24 11:38:45 2019 +0100 @@ -86,4 +86,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.41 +pyams_content = 0.1.42 diff -r 49da29eef086 -r 98e0cb271ae1 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Jan 23 20:16:17 2019 +0100 +++ b/docs/HISTORY.txt Thu Jan 24 11:38:45 2019 +0100 @@ -1,6 +1,11 @@ History ======= +0.1.42 +------ + - removed publication cancel form's data extract event subscriber used to check for required comment + - added option to force canonical URL in view items portlet + 0.1.41 ------ - added Facebook account and application ID in sharing feature settings diff -r 49da29eef086 -r 98e0cb271ae1 setup.py --- a/setup.py Wed Jan 23 20:16:17 2019 +0100 +++ b/setup.py Thu Jan 24 11:38:45 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.41' +version = '0.1.42' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 49da29eef086 -r 98e0cb271ae1 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Wed Jan 23 20:16:17 2019 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Thu Jan 24 11:38:45 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.41 +Version: 0.1.42 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.42 + ------ + - removed publication cancel form's data extract event subscriber used to check for required comment + - added option to force canonical URL in view items portlet + 0.1.41 ------ - added Facebook account and application ID in sharing feature settings