From: yomguy Date: Mon, 19 Nov 2012 15:58:16 +0000 (+0100) Subject: go to 1.4.5 X-Git-Tag: 1.4.5~52^2~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4d92aeb999f0b8e115cad98e3e0162a18cfdd8a4;p=telemeta.git go to 1.4.5 --- diff --git a/setup.py b/setup.py index 67ebe5a6..36b56f66 100644 --- a/setup.py +++ b/setup.py @@ -11,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'