From 156b2f57b2ecf113ffc72769a7ee9dfa667793ab Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 11 Aug 2022 18:14:42 +0200 Subject: [PATCH] bump to 2.7.2 --- teleforma/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 294c7b40..71ca75ed 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.1' +__version__ = '2.7.2' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2022 Parisson' __license__ = 'CeCILL-v2' -- 2.39.5