Version 0.1.8 0.1.8
authorThierry Florac <tflorac@ulthar.net>
Sat, 27 Jan 2018 00:27:45 +0100
changeset 57 957f132174b4
parent 56 5401c182532e
child 58 43fcbc1ddae2
Version 0.1.8
buildout.cfg
docs/HISTORY.txt
setup.py
--- a/buildout.cfg	Sat Jan 27 00:23:57 2018 +0100
+++ b/buildout.cfg	Sat Jan 27 00:27:45 2018 +0100
@@ -71,4 +71,4 @@
 eggs = pyams_portal [test]
 
 [versions]
-pyams_portal = 0.1.7
+pyams_portal = 0.1.8
--- a/docs/HISTORY.txt	Sat Jan 27 00:23:57 2018 +0100
+++ b/docs/HISTORY.txt	Sat Jan 27 00:27:45 2018 +0100
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.8
+-----
+ - updated portlet configuration template
+ - updated resources path using pyams_utils.alchemy.get_resource_path() function
+
 0.1.7
 -----
  - updated portlet properties menu CSS class
--- a/setup.py	Sat Jan 27 00:23:57 2018 +0100
+++ b/setup.py	Sat Jan 27 00:27:45 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.7'
+version = '0.1.8'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []