mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
v3.10.0
- [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:
parent
54918647ee
commit
079c5bc778
@ -2,7 +2,7 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
## 3.10.0 (2020-01-10)
|
||||
|
||||
- [Bugfix] Fix oauth authentication in dev mode
|
||||
- [Improvement] Upgrade to the 3.7 docker-compose syntax
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "3.9.1"
|
||||
__version__ = "3.10.0"
|
||||
|
Loading…
Reference in New Issue
Block a user