We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd2430 commit 17830a1Copy full SHA for 17830a1
CHANGELOG.rst
@@ -16,6 +16,10 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
16
Unreleased
17
~~~~~~~~~~
18
19
+10.0.1 - 2026-03-17
20
+--------------------
21
+* Revert the quoting of location/usage_keys done in version 9.14.4 & 9.14.5.
22
+
23
10.0.0 - 2026-03-09
24
--------------------
25
* Drop support for Python 3.11. Python 3.12 is now the minimum supported version.
lti_consumer/__init__.py
@@ -4,4 +4,4 @@
4
from .apps import LTIConsumerApp
5
from .lti_xblock import LtiConsumerXBlock
6
7
-__version__ = '10.0.0'
+__version__ = '10.0.1'
0 commit comments