From: Guillaume Pellerin Date: Wed, 8 Jun 2016 22:06:02 +0000 (+0200) Subject: goto 1.6.3 X-Git-Tag: 1.6.3~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d00a430cef9a90457c1b5b451a68d8a1996e8c97;p=telemeta.git goto 1.6.3 --- diff --git a/setup.py b/setup.py index 897104bb..5852b3b7 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.6.2', + version = '1.6.3', install_requires = [ 'django==1.6.11', 'django-registration==1.0', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 06673056..b7a310a6 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -15,7 +15,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.6.2' +__version__ = '1.6.3' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2006-2016 Parisson SARL' __license__ = 'AGPLv3'