From 3f31340c7c20076e32a23343b2aa4e888fa87a9d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 8 Nov 2024 15:05:08 +0100 Subject: [PATCH] bump 2.10.0 --- pyproject.toml | 2 +- teleforma/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4dd72170..db62a25c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teleforma" -version = "2.8.0" +version = "2.10.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 ebd50d11..8b70f930 100644 --- a/teleforma/__init__.py +++ b/teleforma/__init__.py @@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma} """ __docformat__ = 'epytext en' -__version__ = '2.9.0-ae' +__version__ = '2.10.0-ae' __url__ = 'http://parisson.com/products/teleforma' __copyright__ = '(C) 2011-2024 Parisson' __license__ = 'CeCILL-v2' -- 2.39.5