mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v10.4.1 (2020-11-11)
- [Bugfix] Fix dependency error during `pip install tutor` due to urllib3 incompatibility - [Bugfix] Fix user ID checking under Windows. - [Bugfix] Fix template rendering for Windows users. - [Improvement] Switch to `bcrypt` for htpasswd password generation, for better portability on Windows. - [Improvement] In the openedx production docker image, add some jitter to the gunicorn worker restart process to prevent all workers from restarting at the same time.
This commit is contained in:
parent
ad858cd699
commit
2596e5f7d2
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v10.4.1 (2020-11-11)
|
||||
|
||||
- [Bugfix] Fix dependency error during `pip install tutor` due to urllib3 incompatibility
|
||||
- [Bugfix] Fix user ID checking under Windows.
|
||||
- [Bugfix] Fix template rendering for Windows users.
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "10.4.0"
|
||||
__version__ = "10.4.1"
|
||||
|
Loading…
Reference in New Issue
Block a user