Init version 0.1.5
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Mar 2018 14:45:32 +0100
changeset 36 f012effb18c7
parent 35 8bf32be8b05b
child 37 50aeab24ff92
Init version 0.1.5
buildout.cfg
setup.py
--- a/buildout.cfg	Sat Feb 17 15:54:32 2018 +0100
+++ b/buildout.cfg	Wed Mar 07 14:45:32 2018 +0100
@@ -71,4 +71,4 @@
 eggs = pyams_alchemy [test]
 
 [versions]
-pyams_alchemy = 0.1.4
+pyams_alchemy = 0.1.5
--- a/setup.py	Sat Feb 17 15:54:32 2018 +0100
+++ b/setup.py	Wed Mar 07 14:45:32 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.4'
+version = '0.1.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []