Skip to content
Snippets Groups Projects
Unverified Commit fe72a5b5 authored by Feanil Patel's avatar Feanil Patel
Browse files

feat: Bump a major version and require bleach>6.0.0

The code in this repo has been updated to work with bleach 6.0.0 and
will break with older versions so make that dependency clear in base.in
and do a major version update.
parent 27029edf
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,12 @@ Please See the [releases tab](https://github.com/openedx/xblock-lti-consumer/rel ...@@ -16,6 +16,12 @@ Please See the [releases tab](https://github.com/openedx/xblock-lti-consumer/rel
Unreleased Unreleased
~~~~~~~~~~ ~~~~~~~~~~
8.0.0 - 2023-01-31
------------------
* Update to work with bleachk>=6.0.0 and make that an explicit requirement in
``install_requires`` since the changes are incompatible with the older
versions of bleach.
7.3.0 - 2023-01-30 7.3.0 - 2023-01-30
------------------ ------------------
* Rename edx-platform import of ``get_module_for_descriptor_internal``. * Rename edx-platform import of ``get_module_for_descriptor_internal``.
......
...@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here. ...@@ -4,4 +4,4 @@ Runtime will load the XBlock class from here.
from .apps import LTIConsumerApp from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock from .lti_xblock import LtiConsumerXBlock
__version__ = '7.3.0' __version__ = '8.0.0'
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
attrs attrs
lxml lxml
bleach bleach>=6.0.0
django django
oauthlib oauthlib
mako mako
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment