From: Guillaume Pellerin Date: Tue, 31 Jul 2018 22:23:16 +0000 (+0200) Subject: goto 1.7.1 X-Git-Tag: 1.7.1^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4386153afecbadccfcfe87cb7f370bf384a93f4c;p=telemeta.git goto 1.7.1 --- 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'