mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v11.2.9 (2021-05-12)
- [Bugfix] Fix crashing installation because of a major release of all Pallets projects. - [Bugfix] Fix crash in `local quickstart -p` command. - [Bugfix] Fix 502 error on request to lms with header larger than the maximum uwsgi buffer size.
This commit is contained in:
parent
1a5e2e005b
commit
306d270a3a
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v11.2.9 (2021-05-12)
|
||||
|
||||
- [Bugfix] Fix crashing installation because of a major release of all Pallets projects.
|
||||
- [Bugfix] Fix crash in `local quickstart -p` command.
|
||||
- [Bugfix] Fix 502 error on request to lms with header larger than the maximum uwsgi buffer size.
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "11.2.8"
|
||||
__version__ = "11.2.9"
|
||||
|
Loading…
Reference in New Issue
Block a user