]> git.parisson.com Git - teleforma.git/commitdiff
bump tp 3.0.2
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 7 Jul 2026 17:13:41 +0000 (19:13 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 7 Jul 2026 17:13:41 +0000 (19:13 +0200)
pyproject.toml
setup.py
teleforma/__init__.py

index 8520ddfb628b1a95e600f2da9a51e117fb40ba06..22ec39fe0f6af502d62f0de91587cebd6807b100 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "teleforma"
-version = "3.0.1"
+version = "3.0.2"
 description = "e-learning platform based on streaming"
 authors = ["Guillaume Pellerin <guillaume.pellerin@parisson.com>"]
 license = "CeCILL v2"
index c8325daf58f4acc38ca3f67178cbbd153f29bdfd..6b4ea732e84f950d630f26aadf7a5ca10892f696 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.1',
+  version = '3.0.2',
   platforms=['OS Independent'],
   license='CeCILL v2',
   classifiers = CLASSIFIERS,
index b0b5b7ff0cc27a337384cacf03c961bbbedfe7fe..11761aa0136b6e32dadfb958a79c78d3999c25c2 100644 (file)
@@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '3.0.1'
+__version__ = '3.0.2'
 __url__ = 'https://github.com/Parisson/TeleForma'
 __copyright__ = '(C) 2011-2026 Parisson'
 __license__ = 'CeCILL-v2'