From: yomguy Date: Wed, 25 Jul 2012 01:04:44 +0000 (+0200) Subject: go to 0.8 X-Git-Tag: version^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=378ee268fc4e7872bfa0bcbac6be347948209ed6;p=teleforma.git go to 0.8 --- diff --git a/setup.py b/setup.py index bf2a7199..ebc47695 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.7', + version = '0.8', install_requires = [ 'django>=1.4', 'telemeta', diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 48261916..0144be37 100755 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '0.7' +__version__ = '0.8' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2012 Parisson' __license__ = 'CeCILL-v2'