7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 21:00:49 +00:00
- [Improvement] Install python requirements in virtual env in docker
image
- [Bugfix] Add missing volume for theme development
- [Improvement] Rename "config [non]interactive" command to "config save
[--silent]"
- [Improvement] More explicit logging during environment generation
- [Improvement] Configurable docker images (#122)
- [Bugfix] Fix "android pullimage" command
- [Improvement] Do not upgrade images as part of quickstart
- [Bugfix] Fix USERID setup in development mode and various dev-related
docs (#177)
This commit is contained in:
Régis Behmo 2019-03-09 17:53:34 +01:00
parent 3e5e494bd8
commit bb8be6eaed
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Latest
## 3.1.0 (2019-03-09)
- [Improvement] Install python requirements in virtual env in docker image
- [Bugfix] Add missing volume for theme development

View File

@ -1 +1 @@
__version__ = "3.0.6"
__version__ = "3.1.0"