From 254f1ed95a402a7291586b7b155dbc2567065039 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 2 Jul 2025 16:43:57 +0200 Subject: [PATCH] bump to 2.15.0 --- LICENSE | 2 +- pyproject.toml | 2 +- teleforma/__init__.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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) -- 2.39.5