Init version 0.1.8
authorThierry Florac <thierry.florac@onf.fr>
Mon, 11 Jun 2018 14:40:43 +0200
changeset 55 449e83e485be
parent 54 78b695568920
child 56 aa31cf1c5bf6
Init version 0.1.8
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:33:30 2018 +0200
+++ b/buildout.cfg	Mon Jun 11 14:40:43 2018 +0200
@@ -71,4 +71,4 @@
 eggs = pyams_alchemy [test]
 
 [versions]
-pyams_alchemy = 0.1.7
+pyams_alchemy = 0.1.8
--- a/setup.py	Fri Apr 27 10:33:30 2018 +0200
+++ b/setup.py	Mon Jun 11 14:40:43 2018 +0200
@@ -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 = []