From: Guillaume Pellerin Date: Thu, 18 Sep 2025 10:59:34 +0000 (+0200) Subject: bump to 2.16.0 X-Git-Tag: 2.16.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7eb7351c5d52292619f6a463d926c061c0d26f8d;p=teleforma.git bump to 2.16.0 --- diff --git a/pyproject.toml b/pyproject.toml index 8523dd35..65f27321 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "telppeforma" -version = "2.15.1" +version = "2.16.0" description = "e-learning platform based on streaming" authors = ["Guillaume Pellerin "] license = "CeCILL v2" diff --git a/setup.py b/setup.py index 78fc659c..463598fa 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.14.1', + version = '2.16.0', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index ed36dfff..881a63c3 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.1' +__version__ = '2.16.0' __url__ = 'https://github.com/Parisson/TeleForma' __copyright__ = '(C) 2011-2025 Parisson' __license__ = 'CeCILL-v2'