Version 0.1.25 0.1.25
authorThierry Florac <thierry.florac@onf.fr>
Tue, 30 Oct 2018 12:31:12 +0100
changeset 1052 5df53dbacc2e
parent 1051 e5dfdb14f9cb
child 1053 3581b322dee5
Version 0.1.25
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Tue Oct 30 12:23:41 2018 +0100
+++ b/buildout.cfg	Tue Oct 30 12:31:12 2018 +0100
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.24
+pyams_content = 0.1.25
--- a/docs/HISTORY.txt	Tue Oct 30 12:23:41 2018 +0100
+++ b/docs/HISTORY.txt	Tue Oct 30 12:31:12 2018 +0100
@@ -1,6 +1,13 @@
 History
 =======
 
+0.1.25
+------
+ - added pictograms manager to handle empty pictograms list
+ - keep order when updating container's object URL's
+ - updated permission to access properties view
+ - corrected OpenGraph locale tags
+
 0.1.24
 ------
  - updated public title of attachments
--- a/setup.py	Tue Oct 30 12:23:41 2018 +0100
+++ b/setup.py	Tue Oct 30 12:31:12 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.24'
+version = '0.1.25'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Tue Oct 30 12:23:41 2018 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Tue Oct 30 12:31:12 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.24
+Version: 0.1.25
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,13 @@
         History
         =======
         
+        0.1.25
+        ------
+         - added pictograms manager to handle empty pictograms list
+         - keep order when updating container's object URL's
+         - updated permission to access properties view
+         - corrected OpenGraph locale tags
+        
         0.1.24
         ------
          - updated public title of attachments