From d00a430cef9a90457c1b5b451a68d8a1996e8c97 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 9 Jun 2016 00:06:02 +0200 Subject: [PATCH] goto 1.6.3 --- setup.py | 2 +- telemeta/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' -- 2.39.5