]> git.parisson.com Git - teleforma.git/commitdiff
bump to 3.1.0 3.1.0
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Aug 2026 15:59:34 +0000 (17:59 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Aug 2026 15:59:34 +0000 (17:59 +0200)
pyproject.toml
setup.py
teleforma/__init__.py

index 22ec39fe0f6af502d62f0de91587cebd6807b100..e5358b04518521c211a2c6392ae08a56f7cfaa72 100644 (file)
@@ -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 <guillaume.pellerin@parisson.com>"]
 license = "CeCILL v2"
index 6b4ea732e84f950d630f26aadf7a5ca10892f696..2fa10921496b3c45c1c506e5e53ba38731e77f49 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.2',
+  version = '3.1.0',
   platforms=['OS Independent'],
   license='CeCILL v2',
   classifiers = CLASSIFIERS,
index 11761aa0136b6e32dadfb958a79c78d3999c25c2..609f7d54ee8310fbea5fca990a6162e60101dae9 100644 (file)
@@ -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'