From 4386153afecbadccfcfe87cb7f370bf384a93f4c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 1 Aug 2018 00:23:16 +0200 Subject: [PATCH] goto 1.7.1 --- setup.py | 2 +- telemeta/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 63ef8c63..628f65a1 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.7.0', + version = '1.7.1', install_requires = [ 'django==1.8.*', 'django-registration-redux', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 613ad0f5..6bf3c870 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -15,7 +15,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.7.0' +__version__ = '1.7.1' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2006-2018 Parisson SARL' __license__ = 'AGPLv3' -- 2.39.5