From: Guillaume Pellerin Date: Sat, 5 Apr 2025 10:31:17 +0000 (+0200) Subject: goto 2.12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=57c8d411a39c5484e4581d5e90ffeaa26e2c0876;p=teleforma.git goto 2.12 --- diff --git a/setup.py b/setup.py index df1fbabf..f2f21e8a 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 = '2.11.0', + version = '2.12.0', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 81abd1ca..a3d28553 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.11.1' +__version__ = '2.12.0' __url__ = 'https://github.com/Parisson/TeleForma' __copyright__ = '(C) 2011-2024 Parisson' __license__ = 'CeCILL-v2'