From 714b5bd33bfa8f8561ff22cc3eaa74a63653306f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 10 Apr 2013 17:41:31 +0200 Subject: [PATCH] goto 1.4.5 --- setup.py | 3 +-- telemeta/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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' -- 2.39.5