From: Guillaume Pellerin Date: Fri, 4 Jul 2025 11:09:22 +0000 (+0200) Subject: bump to 2.15.1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f98a34dc1da190f0cc7456b10cd4cd180a3edbb1;p=teleforma.git bump to 2.15.1 --- diff --git a/pyproject.toml b/pyproject.toml index 619d6adb..5221d631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teleforma" -version = "2.15.0" +version = "2.15.1" description = "e-learning platform based on streaming" authors = ["Guillaume Pellerin "] license = "CeCILL v2" diff --git a/teleforma/__init__.py b/teleforma/__init__.py index d48e84cb..ed36dfff 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.15.0' +__version__ = '2.15.1' __url__ = 'https://github.com/Parisson/TeleForma' __copyright__ = '(C) 2011-2025 Parisson' __license__ = 'CeCILL-v2'