setup.py
changeset 495 cf64ef14c674
parent 490 9fe4157cf405
child 498 71a595c9a985
--- 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',