From: Guillaume Pellerin Date: Wed, 10 Apr 2013 15:41:31 +0000 (+0200) Subject: goto 1.4.5 X-Git-Tag: 1.4.5~2^2~4^2~2^2~14 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=714b5bd33bfa8f8561ff22cc3eaa74a63653306f;p=telemeta.git goto 1.4.5 --- diff --git a/setup.py b/setup.py index eb408013..36b56f66 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - from setuptools import setup, find_packages import os @@ -12,7 +11,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.4.4', + version = '1.4.5', install_requires = [ 'django>=1.4', 'django-registration', diff --git a/telemeta/__init__.py b/telemeta/__init__.py index 32227806..e677ba67 100644 --- a/telemeta/__init__.py +++ b/telemeta/__init__.py @@ -12,7 +12,7 @@ U{http://telemeta.org} """ __docformat__ = 'epytext en' -__version__ = '1.4.4' +__version__ = '1.4.5' __url__ = 'http://telemeta.org' __copyright__ = '(C) 2007-2012 Parisson' __license__ = 'CeCILL-2'