From e97ba5b6184794088b14fa7e3cc118de57b0df2d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 24 Sep 2020 13:50:17 +0200 Subject: [PATCH] goto 1.7.4 --- setup.py | 2 +- telemeta/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5179cfc95..7cd9bdfa7 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 63fefc574..60860361d 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'