]> git.parisson.com Git - teleforma.git/commitdiff
bump to 3.0.1
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 6 Jul 2026 08:35:22 +0000 (10:35 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 6 Jul 2026 08:35:22 +0000 (10:35 +0200)
pyproject.toml
setup.py
teleforma/__init__.py

index 83d5b7f81215a8759a58a881d4dfdd6aba21100d..8520ddfb628b1a95e600f2da9a51e117fb40ba06 100644 (file)
@@ -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 <guillaume.pellerin@parisson.com>"]
 license = "CeCILL v2"
index 6a5890e91bb97d0e14e4c824ef6382686243adfb..c8325daf58f4acc38ca3f67178cbbd153f29bdfd 100644 (file)
--- 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,
index 7d58360f7953ff743be6847078ca2cf6e97f9445..b0b5b7ff0cc27a337384cacf03c961bbbedfe7fe 100644 (file)
@@ -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'