]> git.parisson.com Git - teleforma.git/commitdiff
bump to 2.16.0 2.16.0
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 18 Sep 2025 10:59:34 +0000 (12:59 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 18 Sep 2025 10:59:34 +0000 (12:59 +0200)
pyproject.toml
setup.py
teleforma/__init__.py

index 8523dd353b3589f3584b1509795e0d4dc71053a8..65f273210bd4402813437e845b5b2428e892a818 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "telppeforma"
-version = "2.15.1"
+version = "2.16.0"
 description = "e-learning platform based on streaming"
 authors = ["Guillaume Pellerin <guillaume.pellerin@parisson.com>"]
 license = "CeCILL v2"
index 78fc659ce3da9c8b229699f38686a2075eaa6efc..463598fae053a1c7187a74a543435f9d54f89135 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 = '2.14.1',
+  version = '2.16.0',
   platforms=['OS Independent'],
   license='CeCILL v2',
   classifiers = CLASSIFIERS,
index ed36dfff108a600b5bf316daf2ded003c94c0ffb..881a63c3a5a385e9ae59d85736388bd9261d9313 100644 (file)
@@ -9,7 +9,7 @@ U{http://parisson.com/products/teleforma}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '2.15.1'
+__version__ = '2.16.0'
 __url__ = 'https://github.com/Parisson/TeleForma'
 __copyright__ = '(C) 2011-2025 Parisson'
 __license__ = 'CeCILL-v2'