diff -r 360c04c76995 -r cf64ef14c674 setup.py --- a/setup.py Fri Oct 18 15:23:50 2019 +0200 +++ b/setup.py Fri Oct 18 15:26:42 2019 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.44' +version = '0.1.45' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] @@ -56,7 +56,7 @@ install_requires=[ 'setuptools', # -*- Extra requirements: -*- - 'pyams_content >= 0.1.55', + 'pyams_content >= 0.1.56', 'pyams_skin', 'pyams_utils >= 0.1.31', 'pyahocorasick',