--- a/.hgtags Thu Jan 03 15:30:15 2019 +0100
+++ b/.hgtags Thu Jan 03 17:52:14 2019 +0100
@@ -46,3 +46,5 @@
4960f29e412715eb6cb1cfb350c3bb23525c00d1 0.1.31.2
7306c0f74c170edc27e22becef5d31a3f48bf1f5 0.1.32
5d223b06114d091e5cf9cb8f3944fe47e1037daa 0.1.33
+5d223b06114d091e5cf9cb8f3944fe47e1037daa 0.1.33
+bbfe97a536f439e44f9afaa22eac67419199f68a 0.1.33
--- a/buildout.cfg Thu Jan 03 15:30:15 2019 +0100
+++ b/buildout.cfg Thu Jan 03 17:52:14 2019 +0100
@@ -86,4 +86,4 @@
eggs = pyams_content [test]
[versions]
-pyams_content = 0.1.33
+pyams_content = 0.1.33.1
--- a/docs/HISTORY.txt Thu Jan 03 15:30:15 2019 +0100
+++ b/docs/HISTORY.txt Thu Jan 03 17:52:14 2019 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.33.1
+--------
+ - updated toolbox portlet icon
+
0.1.33
------
- updated resources attributes
--- a/setup.py Thu Jan 03 15:30:15 2019 +0100
+++ b/setup.py Thu Jan 03 17:52:14 2019 +0100
@@ -24,7 +24,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.33'
+version = '0.1.33.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO Thu Jan 03 15:30:15 2019 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO Thu Jan 03 17:52:14 2019 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-content
-Version: 0.1.33
+Version: 0.1.33.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.33.1
+ --------
+ - updated toolbox portlet icon
+
0.1.33
------
- updated resources attributes
--- a/src/pyams_content.egg-info/SOURCES.txt Thu Jan 03 15:30:15 2019 +0100
+++ b/src/pyams_content.egg-info/SOURCES.txt Thu Jan 03 17:52:14 2019 +0100
@@ -278,10 +278,9 @@
src/pyams_content/shared/common/interfaces/zmi.py
src/pyams_content/shared/common/portlet/__init__.py
src/pyams_content/shared/common/portlet/head.py
+src/pyams_content/shared/common/portlet/interfaces.py
src/pyams_content/shared/common/portlet/specificities.py
src/pyams_content/shared/common/portlet/title.py
-src/pyams_content/shared/common/portlet/interfaces/__init__.py
-src/pyams_content/shared/common/portlet/skin/__init__.py
src/pyams_content/shared/common/portlet/zmi/__init__.py
src/pyams_content/shared/common/portlet/zmi/head.py
src/pyams_content/shared/common/portlet/zmi/specificities.py