6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 06:07:56 +00:00
- [Bugfix] Fix oauth authentication in dev mode
- [Improvement] Upgrade to the 3.7 docker-compose syntax
- [Improvement] The `dev runserver` command can now be run for just any
service
- 💥[Feature] `dev run/exec` commands now support generic options which
are passed to docker-compose. Consequently, defining the
`TUTOR_EDX_PLATFORM_PATH` environment variable no longer works. Instead,
users are encouraged to explicitely pass the `-v` option, define a
command alias or create a `docker-compose.override.yml` file.
This commit is contained in:
Régis Behmo 2020-01-10 16:24:14 +01:00
parent 54918647ee
commit 079c5bc778
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Note: Breaking changes between versions are indicated by "💥". Note: Breaking changes between versions are indicated by "💥".
## Unreleased ## 3.10.0 (2020-01-10)
- [Bugfix] Fix oauth authentication in dev mode - [Bugfix] Fix oauth authentication in dev mode
- [Improvement] Upgrade to the 3.7 docker-compose syntax - [Improvement] Upgrade to the 3.7 docker-compose syntax

View File

@ -1 +1 @@
__version__ = "3.9.1" __version__ = "3.10.0"