--- 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