From: Guillaume Pellerin Date: Wed, 2 Jul 2025 14:43:57 +0000 (+0200) Subject: bump to 2.15.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=254f1ed95a402a7291586b7b155dbc2567065039;p=teleforma.git bump to 2.15.0 --- diff --git a/LICENSE b/LICENSE index bfdf9226..1199e402 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2006, 2008 Parisson, SARL (parisson.com). +Copyright (c) 2006, 2025 Parisson, SARL (parisson.com). Copyright (c) 2006, 2008 Samalyse, SARL (samalyse.com). All rights reserved. diff --git a/pyproject.toml b/pyproject.toml index 6a0c8609..619d6adb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teleforma" -version = "2.14.1" +version = "2.15.0" description = "e-learning platform based on streaming" authors = ["Guillaume Pellerin "] license = "CeCILL v2" diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 0ab15014..d48e84cb 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,12 +9,12 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.14.1' +__version__ = '2.15.0' __url__ = 'https://github.com/Parisson/TeleForma' -__copyright__ = '(C) 2011-2024 Parisson' +__copyright__ = '(C) 2011-2025 Parisson' __license__ = 'CeCILL-v2' __license_long__ = """ -Copyright (C) Parisson SARL (2011-2024) +Copyright (C) Parisson SARL (2011-2025)