Skip to content

Commit 3bee247

Browse files
committed
docs: update init and changelog files
1 parent 8d63c76 commit 3bee247

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
1616
Unreleased
1717
~~~~~~~~~~
1818

19+
9.13.0 - 2025-01-08
20+
-------------------
21+
* Removed pyjwkset package and replace with pyjwt package
22+
1923
9.12.0 - 2024-11-14
2024
-------------------
2125
* Dropped support for Python 3.8 and added support for Python 3.12.

lti_consumer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .apps import LTIConsumerApp
55
from .lti_xblock import LtiConsumerXBlock
66

7-
__version__ = '9.12.1'
7+
__version__ = '9.13.0'

0 commit comments

Comments
 (0)