From b633511f4a721eab3a097f159209f3f8a7458def Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 10 Aug 2022 12:53:35 +0200 Subject: [PATCH] bump to 2.7.1 --- teleforma/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 15c479a6..294c7b40 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.7.0' +__version__ = '2.7.1' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2022 Parisson' __license__ = 'CeCILL-v2' -- 2.39.5