Version 0.1.31 0.1.31
authorThierry Florac <thierry.florac@onf.fr>
Fri, 29 Jun 2018 15:12:44 +0200
changeset 214 8cb9dab8bcda
parent 213 48092a18c2c0
child 215 848894fde5fc
Version 0.1.31
buildout.cfg
docs/HISTORY.txt
setup.py
--- a/buildout.cfg	Fri Jun 29 15:09:46 2018 +0200
+++ b/buildout.cfg	Fri Jun 29 15:12:44 2018 +0200
@@ -49,4 +49,4 @@
 eggs = ztfy.myams [test]
 
 [versions]
-ztfy.myams = 0.1.30
+ztfy.myams = 0.1.31
--- a/docs/HISTORY.txt	Fri Jun 29 15:09:46 2018 +0200
+++ b/docs/HISTORY.txt	Fri Jun 29 15:12:44 2018 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.31
+------
+ - updates included from last PyAMS_skin package (MyAMS.js)
+
 0.1.30
 ------
  - updates included from last PyAMS_skin package (MyAMS.js)
--- a/setup.py	Fri Jun 29 15:09:46 2018 +0200
+++ b/setup.py	Fri Jun 29 15:12:44 2018 +0200
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.30'
+version = '0.1.31'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()