]> git.parisson.com Git - teleforma.git/commitdiff
bump to 1.9.0-tc 1.9.0-tc
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 14:12:44 +0000 (16:12 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 14:12:44 +0000 (16:12 +0200)
setup.py
teleforma/__init__.py

index 47799bd62496bff2f4f44296746f113e0e5c65ad..6648d95e412f05b95b0fa2a18fe242c926696fee 100644 (file)
--- 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.9',
+  version = '1.9.0-tc',
   install_requires = [
         'django>=1.4',
         'telemeta',
index 043c491818f95567627cf30fa640bc03a7d71132..4e70420b890cee226da7bc901b765af03dc65a82 100644 (file)
@@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '0.9'
+__version__ = '1.9.0-tc'
 __url__ = 'http://parisson.com/products/teleforma'
 __copyright__ = '(C) 2011-2012 Parisson'
 __license__ = 'CeCILL-v2'