--- a/buildout.cfg Mon Dec 11 15:31:55 2017 +0100
+++ b/buildout.cfg Sun Jan 14 14:46:51 2018 +0100
@@ -71,4 +71,4 @@
eggs = pyams_portal [test]
[versions]
-pyams_portal = 0.1.6
+pyams_portal = 0.1.7
--- a/docs/HISTORY.txt Mon Dec 11 15:31:55 2017 +0100
+++ b/docs/HISTORY.txt Sun Jan 14 14:46:51 2018 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.7
+-----
+ - updated portlet properties menu CSS class
+
0.1.6
-----
- renamed base content provider class
--- a/setup.py Mon Dec 11 15:31:55 2017 +0100
+++ b/setup.py Sun Jan 14 14:46:51 2018 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.6'
+version = '0.1.7'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_portal.egg-info/PKG-INFO Mon Dec 11 15:31:55 2017 +0100
+++ b/src/pyams_portal.egg-info/PKG-INFO Sun Jan 14 14:46:51 2018 +0100
@@ -1,11 +1,12 @@
Metadata-Version: 1.1
Name: pyams-portal
-Version: 0.1.6
+Version: 0.1.7
Summary: PyAMS portal and portlets interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_portal
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
+Description-Content-Type: UNKNOWN
Description:
Portal template configuration storage
@@ -98,6 +99,10 @@
History
=======
+ 0.1.7
+ -----
+ - updated portlet properties menu CSS class
+
0.1.6
-----
- renamed base content provider class