--- a/buildout.cfg Fri Jan 26 17:37:13 2018 +0100
+++ b/buildout.cfg Sat Mar 10 02:40:12 2018 +0100
@@ -72,4 +72,4 @@
eggs = pyams_catalog [test]
[versions]
-pyams_catalog = 0.1.6
+pyams_catalog = 0.1.7
--- a/setup.py Fri Jan 26 17:37:13 2018 +0100
+++ b/setup.py Sat Mar 10 02:40:12 2018 +0100
@@ -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 = []