From: Guillaume Pellerin Date: Tue, 22 Jun 2021 06:36:30 +0000 (+0200) Subject: bump to 2.0 X-Git-Tag: 2.1~66^2^2~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=aa2a5036f6e73d1efc49d0df810a3897a45d1507;p=teleforma.git bump to 2.0 --- diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 64c4c7d3..17494c44 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,12 +9,12 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '1.4' +__version__ = '2.0' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2017 Parisson' __license__ = 'CeCILL-v2' __license_long__ = """ -Copyright (C) Parisson SARL (2011-2017) +Copyright (C) Parisson SARL (2011-2021) @@ -48,4 +48,4 @@ The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms. """ -import teleforma.patches \ No newline at end of file +import teleforma.patches