]> git.parisson.com Git - teleforma.git/commitdiff
bump to 3.0.0
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 29 May 2026 07:55:00 +0000 (09:55 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 29 May 2026 07:55:00 +0000 (09:55 +0200)
lib/pdfannotator
pyproject.toml
setup.py

index 70e1f1833f63cb9105659b431357be580cdfc659..1f161760779798d79a9c0c073f15044c2bcc6e46 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 70e1f1833f63cb9105659b431357be580cdfc659
+Subproject commit 1f161760779798d79a9c0c073f15044c2bcc6e46
index dcbbcde3e0dac0f2645e33746ceb958d50442a12..fbb7e09343918ff7493f5435a75d92f1693168df 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "teleforma"
-version = "2.16.0"
+version = "3.0.0"
 description = "e-learning platform based on streaming"
 authors = ["Guillaume Pellerin <guillaume.pellerin@parisson.com>"]
 license = "CeCILL v2"
index 463598fae053a1c7187a74a543435f9d54f89135..6a5890e91bb97d0e14e4c824ef6382686243adfb 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.16.0',
+  version = '3.0.0',
   platforms=['OS Independent'],
   license='CeCILL v2',
   classifiers = CLASSIFIERS,