Init version 0.1.7
authorThierry Florac <thierry.florac@onf.fr>
Wed, 11 Apr 2018 10:51:39 +0200
changeset 47 3bc69e21aeb0
parent 46 fa2a7a1a67a7
child 48 e6dcf3ca56d2
Init version 0.1.7
buildout.cfg
setup.py
--- a/buildout.cfg	Tue Apr 10 15:19:56 2018 +0200
+++ b/buildout.cfg	Wed Apr 11 10:51:39 2018 +0200
@@ -71,4 +71,4 @@
 eggs = pyams_alchemy [test]
 
 [versions]
-pyams_alchemy = 0.1.6
+pyams_alchemy = 0.1.7
--- a/setup.py	Tue Apr 10 15:19:56 2018 +0200
+++ b/setup.py	Wed Apr 11 10:51:39 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []