We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d63c76 commit 3bee247Copy full SHA for 3bee247
CHANGELOG.rst
@@ -16,6 +16,10 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
16
Unreleased
17
~~~~~~~~~~
18
19
+9.13.0 - 2025-01-08
20
+-------------------
21
+* Removed pyjwkset package and replace with pyjwt package
22
+
23
9.12.0 - 2024-11-14
24
-------------------
25
* Dropped support for Python 3.8 and added support for Python 3.12.
lti_consumer/__init__.py
@@ -4,4 +4,4 @@
4
from .apps import LTIConsumerApp
5
from .lti_xblock import LtiConsumerXBlock
6
7
-__version__ = '9.12.1'
+__version__ = '9.13.0'
0 commit comments