7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-18 05:12:21 +00:00

v10.3.1 (2020-10-16)

- [Improvement] Make all commands considerably faster
- [Improvement] Make it easier to override Mongodb connection parameters
- [Bugfix] Add support for .woff and .woff2 font files in themes (thanks @mrtndwrd!)
This commit is contained in:
Régis Behmo 2020-10-16 12:45:40 +02:00
parent 7ed49e4716
commit ed14fb1746
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v10.3.1 (2020-10-16)
- [Improvement] Make all commands considerably faster
- [Improvement] Make it easier to override Mongodb connection parameters
- [Bugfix] Add support for .woff and .woff2 font files in themes (thanks @mrtndwrd!)

View File

@ -1 +1 @@
__version__ = "10.3.0"
__version__ = "10.3.1"