7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 20:00:49 +00:00
- [Improvement] Make it possible to override the project name in development mode
- [Bugfix] Fix user switching in development mode
- [Bugfix] Fix "k8s quickstart" crash
This commit is contained in:
Régis Behmo 2020-01-08 20:09:33 +01:00
parent 5ffad38677
commit fcf2dd0d6f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## 3.9.1 (2020-01-08)
- [Improvement] Make it possible to override the project name in development mode
- [Bugfix] Fix user switching in development mode

View File

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