From: Guillaume Pellerin Date: Thu, 15 Feb 2018 15:36:09 +0000 (+0100) Subject: 1.6.5 X-Git-Tag: 1.6.5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c4dc23784c87d12201fe3daae9e74af96f27ffcc;p=telemeta.git 1.6.5 --- diff --git a/setup.py b/setup.py index 9bbff5af..db2c6b7a 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.4', + version = '1.6.5', install_requires = [ 'django==1.6.11', 'django-registration==1.0', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 8b4c92fc..2002e455 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -15,12 +15,12 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.6.4' +__version__ = '1.6.5' __url__ = 'http://telemeta.org' -__copyright__ = '(C) 2006-2017 Parisson SARL' +__copyright__ = '(C) 2006-2018 Parisson SARL' __license__ = 'AGPLv3' __license_long__ = """ -Copyright (C) Parisson SARL (2006-2017) +Copyright (C) Parisson SARL (2006-2018) This file is part of Telemeta.