Version 0.1.42 0.1.42
authorThierry Florac <tflorac@ulthar.net>
Thu, 24 Jan 2019 11:38:45 +0100
changeset 1259 98e0cb271ae1
parent 1258 49da29eef086
child 1260 cae08a8096fa
Version 0.1.42
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- 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
--- 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
--- 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 = []
--- 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