From: Guillaume Pellerin Date: Mon, 19 Jul 2021 03:54:37 +0000 (+0200) Subject: bump to 2.4.4 X-Git-Tag: 2.4.4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0091d645749f556f1993e71148acf089630542ab;p=teleforma.git bump to 2.4.4 --- diff --git a/setup.py b/setup.py index 266bf53c..751e2bc7 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.3', + version = '2.4.4', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index dcedecf7..94ffced4 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.4.3' +__version__ = '2.4.4' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2017 Parisson' __license__ = 'CeCILL-v2'