From: Guillaume Pellerin Date: Mon, 6 Jul 2026 08:35:22 +0000 (+0200) Subject: bump to 3.0.1 X-Git-Tag: 3.0.2~4^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2ccf934aeea9c0516dd2c28e4f4473a9f9e40678;p=teleforma.git bump to 3.0.1 --- diff --git a/pyproject.toml b/pyproject.toml index 83d5b7f8..8520ddfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teleforma" -version = "3.0.0" +version = "3.0.1" description = "e-learning platform based on streaming" authors = ["Guillaume Pellerin "] license = "CeCILL v2" diff --git a/setup.py b/setup.py index 6a5890e9..c8325daf 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 = '3.0.0', + version = '3.0.1', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 7d58360f..b0b5b7ff 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '3.0.0' +__version__ = '3.0.1' __url__ = 'https://github.com/Parisson/TeleForma' __copyright__ = '(C) 2011-2026 Parisson' __license__ = 'CeCILL-v2'