--- a/buildout.cfg Mon May 20 11:30:16 2019 +0200
+++ b/buildout.cfg Wed May 22 15:15:52 2019 +0200
@@ -85,4 +85,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.49.1
+pyams_content = 0.1.50
--- a/docs/HISTORY.txt Mon May 20 11:30:16 2019 +0200
+++ b/docs/HISTORY.txt Wed May 22 15:15:52 2019 +0200
@@ -1,6 +1,15 @@
History
=======
+0.1.50
+------
+ - updated review request handling to get a copy of current reviewers list before updating and setting it, instead of
+ updating current reviewers list "in place"
+ - removed required attribute on key-number paragraph's "number" property
+ - removed useless restrictions factory on shared resources manager
+ - removed deprecated Youtube "showinfo" videos setting
+ - added optional data type on shared topics
+
0.1.49.1
--------
- corrected syntax error in paragraph's renderer selection widget template
--- a/setup.py Mon May 20 11:30:16 2019 +0200
+++ b/setup.py Wed May 22 15:15:52 2019 +0200
@@ -24,7 +24,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.49.1'
+version = '0.1.50'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO Mon May 20 11:30:16 2019 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO Wed May 22 15:15:52 2019 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-content
-Version: 0.1.49.1
+Version: 0.1.50
Summary: PyAMS base content interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_content
Author: Thierry Florac
@@ -72,6 +72,15 @@
History
=======
+ 0.1.50
+ ------
+ - updated review request handling to get a copy of current reviewers list before updating and setting it, instead of
+ updating current reviewers list "in place"
+ - removed required attribute on key-number paragraph's "number" property
+ - removed useless restrictions factory on shared resources manager
+ - removed deprecated Youtube "showinfo" videos setting
+ - added optional data type on shared topics
+
0.1.49.1
--------
- corrected syntax error in paragraph's renderer selection widget template
--- a/src/pyams_content.egg-info/SOURCES.txt Mon May 20 11:30:16 2019 +0200
+++ b/src/pyams_content.egg-info/SOURCES.txt Wed May 22 15:15:52 2019 +0200
@@ -437,6 +437,7 @@
src/pyams_content/zmi/resources/js/pyams_content.min.min.js
src/pyams_content/zmi/resources/js/pyams_content.min.min.min.js
src/pyams_content/zmi/resources/js/pyams_content.min.min.min.min.js
+src/pyams_content/zmi/resources/js/pyams_content.min.min.min.min.min.js
src/pyams_content/zmi/resources/less/pyams_content.less
src/pyams_content/zmi/viewlet/__init__.py
src/pyams_content/zmi/viewlet/toplinks/__init__.py