From 284f1c5a024a1381f5e149a645c824e5f82c7b33 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 21:15:05 +0200 Subject: [PATCH] goto 0.7dev --- setup.py | 2 +- teleforma/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0e708701..bf2a7199 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 = '0.6', + version = '0.7', install_requires = [ 'django>=1.4', 'telemeta', diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 247b34f3..48261916 100755 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '0.6' +__version__ = '0.7' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2012 Parisson' __license__ = 'CeCILL-v2' -- 2.39.5