We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92d621 commit 19423bdCopy full SHA for 19423bd
CHANGELOG.rst
@@ -18,6 +18,7 @@ Unreleased
18
9.10.0 - 2024-02-29
19
------------------
20
* Adding python 3.12 support. Dropping django32 support.
21
+
22
9.9.0 (2024-01-24)
23
---------------------------
24
* XBlockI18NService js translations support
lti_consumer/__init__.py
@@ -4,4 +4,4 @@
4
from .apps import LTIConsumerApp
5
from .lti_xblock import LtiConsumerXBlock
6
7
-__version__ = '9.9.0'
+__version__ = '9.10.0'
0 commit comments