Version 0.1.51.1 0.1.51.1
authorThierry Florac <thierry.florac@onf.fr>
Tue, 28 May 2019 14:35:19 +0200
changeset 1323 c70a308cf58b
parent 1322 39e55a3261a2
child 1324 b602a92324eb
Version 0.1.51.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Fri May 24 16:54:20 2019 +0200
+++ b/buildout.cfg	Tue May 28 14:35:19 2019 +0200
@@ -85,4 +85,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.51
+pyams_content = 0.1.51.1
--- a/docs/HISTORY.txt	Fri May 24 16:54:20 2019 +0200
+++ b/docs/HISTORY.txt	Tue May 28 14:35:19 2019 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.51.1
+--------
+ - removed "required" property on shared content data-types batch updater
+
 0.1.51
 ------
  - added batch tool to update typed-contents type
--- a/setup.py	Fri May 24 16:54:20 2019 +0200
+++ b/setup.py	Tue May 28 14:35:19 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.51'
+version = '0.1.51.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Fri May 24 16:54:20 2019 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO	Tue May 28 14:35:19 2019 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.51
+Version: 0.1.51.1
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,10 @@
         History
         =======
         
+        0.1.51.1
+        --------
+         - removed "required" property on shared content data-types batch updater
+        
         0.1.51
         ------
          - added batch tool to update typed-contents type