Skip to content
Snippets Groups Projects
Commit 946e3713 authored by michaelroytman's avatar michaelroytman
Browse files

build: update library version to 6.3.0 to release changes in pull #297

parent 3b923fff
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ Please See the [releases tab](https://github.com/edx/xblock-lti-consumer/release ...@@ -16,7 +16,7 @@ Please See the [releases tab](https://github.com/edx/xblock-lti-consumer/release
Unreleased Unreleased
~~~~~~~~~~ ~~~~~~~~~~
6.2.0 - 2022-11-16 6.3.0 - 2022-11-16
------------------ ------------------
* Adds support for LTI 1.3 Proctoring Service specification in-browser proctoring launch. * Adds support for LTI 1.3 Proctoring Service specification in-browser proctoring launch.
......
...@@ -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__ = '6.2.0' __version__ = '6.3.0'
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