Version 0.1.50 0.1.50
authorThierry Florac <tflorac@ulthar.net>
Wed, 22 May 2019 15:15:52 +0200
changeset 1313 4e94939260d2
parent 1312 7196e51819fe
child 1314 f22df958696f
Version 0.1.50
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
src/pyams_content.egg-info/SOURCES.txt
--- 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