--- 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 = []