From b63e77f6e96a2b2e061269358821ea7426a90716 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 27 Apr 2022 17:33:38 +0200 Subject: [PATCH] bump to 2.5.1 --- setup.py | 2 +- teleforma/__init__.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.39.5