Skip to content

Commit 19423bd

Browse files
committed
feat: Adding python3.11 support.
1 parent c92d621 commit 19423bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Unreleased
1818
9.10.0 - 2024-02-29
1919
------------------
2020
* Adding python 3.12 support. Dropping django32 support.
21+
2122
9.9.0 (2024-01-24)
2223
---------------------------
2324
* XBlockI18NService js translations support

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.9.0'
7+
__version__ = '9.10.0'

0 commit comments

Comments
 (0)