From: Guillaume Pellerin Date: Wed, 27 Apr 2022 15:33:38 +0000 (+0200) Subject: bump to 2.5.1 X-Git-Tag: 2.5.1^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b63e77f6e96a2b2e061269358821ea7426a90716;p=teleforma.git bump to 2.5.1 --- diff --git a/setup.py b/setup.py index 751e2bc7..34edb221 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.4.4', + version = '2.5.1', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 94ffced4..46f49d72 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,12 +9,12 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.4.4' +__version__ = '2.5.1' __url__ = 'http://parisson.com/products/teleforma' -__copyright__ = '(C) 2011-2017 Parisson' +__copyright__ = '(C) 2011-2022 Parisson' __license__ = 'CeCILL-v2' __license_long__ = """ -Copyright (C) Parisson SARL (2011-2021) +Copyright (C) Parisson SARL (2011-2022)