init version 0.1.6
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Mar 2018 09:11:10 +0100
changeset 32 7573397d632b
parent 31 3be93cea8f89
child 33 be17fa43b551
init version 0.1.6
buildout.cfg
setup.py
--- a/buildout.cfg	Wed Feb 07 12:38:16 2018 +0100
+++ b/buildout.cfg	Thu Mar 08 09:11:10 2018 +0100
@@ -72,4 +72,4 @@
 eggs = pyams_notify [test]
 
 [versions]
-pyams_notify = 0.1.5
+pyams_notify = 0.1.6
--- a/setup.py	Wed Feb 07 12:38:16 2018 +0100
+++ b/setup.py	Thu Mar 08 09:11:10 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.5'
+version = '0.1.6'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []