v10.0.7 (2020-06-22)

- [Bugfix] Fix TypeError on viewing xblock
- [Bugfix] Fix authentication in Android mobile application
This commit is contained in:
Régis Behmo 2020-06-22 16:31:31 +02:00
parent d8676978f1
commit 2fc28bef79
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v10.0.7 (2020-06-22)
- [Bugfix] Fix TypeError on viewing xblock
- [Bugfix] Fix authentication in Android mobile application

View File

@ -1 +1 @@
__version__ = "10.0.6"
__version__ = "10.0.7"