--- a/buildout.cfg Tue Jun 26 14:59:33 2018 +0200
+++ b/buildout.cfg Thu Jun 28 08:31:56 2018 +0200
@@ -72,4 +72,4 @@
eggs = pyams_notify [test]
[versions]
-pyams_notify = 0.1.6
+pyams_notify = 0.1.7
--- a/setup.py Tue Jun 26 14:59:33 2018 +0200
+++ b/setup.py Thu Jun 28 08:31:56 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 = []