From: Guillaume Pellerin Date: Mon, 23 Jan 2023 16:21:48 +0000 (+0100) Subject: bump to 2.8.0 X-Git-Tag: 2.8.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=369b7c6196266a1ac2249c8c42c4822e69a5eb65;p=teleforma.git bump to 2.8.0 --- diff --git a/setup.py b/setup.py index 4c76000a..070b368d 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.7.0', + version = '2.8.0', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 71ca75ed..e353d666 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,12 +9,12 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.7.2' +__version__ = '2.8.0' __url__ = 'http://parisson.com/products/teleforma' -__copyright__ = '(C) 2011-2022 Parisson' +__copyright__ = '(C) 2011-2023 Parisson' __license__ = 'CeCILL-v2' __license_long__ = """ -Copyright (C) Parisson SARL (2011-2022) +Copyright (C) Parisson SARL (2011-2023)