From 08afbdc1f3ed5d890eb3f6b15a3823d7261f167b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 25 Apr 2024 10:04:17 +0200 Subject: [PATCH] bump to 2.10.0 --- setup.py | 2 +- teleforma/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 9aa2792d..99ea2fba 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.9.1', + version = '2.10.0', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 29fb3abd..4c13e003 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,8 +9,8 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.9.1' -__url__ = 'http://parisson.com/products/teleforma' +__version__ = '2.10.0' +__url__ = 'https://github.com/Parisson/TeleForma' __copyright__ = '(C) 2011-2024 Parisson' __license__ = 'CeCILL-v2' __license_long__ = """ -- 2.39.5