From: Guillaume Pellerin Date: Thu, 10 Sep 2015 12:41:22 +0000 (+0200) Subject: goto 1.6 X-Git-Tag: 1.6a^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4b1e1218abb380d357dca0e5923a2794f62eae8f;p=telemeta.git goto 1.6 --- diff --git a/setup.py b/setup.py index a2704b57..9a02d3cf 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.5.2', + version = '1.6', install_requires = [ 'django==1.6.11', 'django-registration', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index a02da6b8..f235d1bd 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -14,7 +14,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.5.2' +__version__ = '1.6' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2007-2014 Parisson' __license__ = 'CeCILL-2' @@ -55,5 +55,3 @@ same conditions as regards security. The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms. """ - -