mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v3.7.1
- [Feature] Introduce tutor docker image - [Feature] Introduce `local hook` command for plugin development. - [Bugfix] Persist `private.txt` file between two runs of `config save`. (#247) - [Improvement] Added configuration values to limit the number of gunicorn workers for the LMS and CMS.
This commit is contained in:
parent
2b8c0778b2
commit
1d4826dc3d
@ -2,7 +2,7 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
## 3.7.1 (2019-10-06)
|
||||
|
||||
- [Feature] Introduce tutor docker image
|
||||
- [Feature] Introduce `local hook` command for plugin development.
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "3.7.0"
|
||||
__version__ = "3.7.1"
|
||||
|
Loading…
Reference in New Issue
Block a user