From fb50dc6ac5e0f55da173dc65e67124ff116f7997 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 5 Aug 2026 17:59:34 +0200 Subject: [PATCH] bump to 3.1.0 --- pyproject.toml | 2 +- setup.py | 2 +- teleforma/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22ec39fe..e5358b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teleforma" -version = "3.0.2" +version = "3.1.0" description = "e-learning platform based on streaming" authors = ["Guillaume Pellerin "] license = "CeCILL v2" diff --git a/setup.py b/setup.py index 6b4ea732..2fa10921 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.2', + version = '3.1.0', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, diff --git a/teleforma/__init__.py b/teleforma/__init__.py index 11761aa0..609f7d54 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.2' +__version__ = '3.1.0' __url__ = 'https://github.com/Parisson/TeleForma' __copyright__ = '(C) 2011-2026 Parisson' __license__ = 'CeCILL-v2' -- 2.47.3