v10.0.10 (2020-07-01)

- [Bugfix] Fix pycontracts installation error when building openedx
Docker image
- [Bugfix] Fix access to dicussion forum in development mode
This commit is contained in:
Régis Behmo 2020-07-01 18:27:16 +02:00
parent e1e6a00c0f
commit 66ab851848
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v10.0.10 (2020-07-01)
- [Bugfix] Fix pycontracts installation error when building openedx Docker image
- [Bugfix] Fix access to dicussion forum in development mode
## v10.0.9 (2020-07-07)
## v10.0.9 (2020-07-01)
- [Bugfix] Share grade download settings between the LMS and the CMS

View File

@ -1 +1 @@
__version__ = "10.0.9"
__version__ = "10.0.10"