From d32ef1d6a8c32e84bf85232d28b909959433717a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 29 May 2026 09:55:00 +0200 Subject: [PATCH] bump to 3.0.0 --- lib/pdfannotator | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pdfannotator b/lib/pdfannotator index 70e1f183..1f161760 160000 --- a/lib/pdfannotator +++ b/lib/pdfannotator @@ -1 +1 @@ -Subproject commit 70e1f1833f63cb9105659b431357be580cdfc659 +Subproject commit 1f161760779798d79a9c0c073f15044c2bcc6e46 diff --git a/pyproject.toml b/pyproject.toml index dcbbcde3..fbb7e093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "CeCILL v2" diff --git a/setup.py b/setup.py index 463598fa..6a5890e9 100644 --- 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, -- 2.47.3