diff --git a/setup.py b/setup.py index 5179cfc9..7cd9bdfa 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def run_tests(self): long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.7.3', + version = '1.7.4', install_requires = [ 'django==1.8.*', 'django-bootstrap-pagination==1.6.4', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 63fefc57..60860361 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -15,7 +15,7 @@ """ __docformat__ = 'epytext en' -__version__ = '1.7.3' +__version__ = '1.7.4' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2006-2018 Parisson SARL' __license__ = 'AGPLv3'