6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 06:07:56 +00:00

v3.4.2 (2019-06-23)

- [Bugfix] Fix incorrect settings during lms/cms init (#224)
This commit is contained in:
Régis Behmo 2019-06-23 15:50:00 +02:00
parent dda3614af5
commit 205cd9bf1c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Note: Breaking changes between versions are indicated by "💥".
## Latest
## 3.4.2 (2019-06-23)
- [Bugfix] Fix incorrect settings during lms/cms init (#224)

View File

@ -1 +1 @@
__version__ = "3.4.1"
__version__ = "3.4.2"