7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 12:50:48 +00:00
- [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:
Régis Behmo 2019-10-07 14:27:12 +02:00
parent 2b8c0778b2
commit 1d4826dc3d
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.7.1 (2019-10-06)
- [Feature] Introduce tutor docker image
- [Feature] Introduce `local hook` command for plugin development.

View File

@ -1 +1 @@
__version__ = "3.7.0"
__version__ = "3.7.1"