From 18c607b1c4ed6ea2ec3f98134aa20c7237a1bc24 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 16 Jul 2021 13:31:37 +0200 Subject: [PATCH] bump to 2.4.3 --- setup.py | 2 +- teleforma/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b64068f0..266bf53c 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.2', + version = '2.4.3', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index ea198137..dcedecf7 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.2' +__version__ = '2.4.3' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2017 Parisson' __license__ = 'CeCILL-v2' -- 2.39.5