6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00

v11.2.1 (2021-02-10)

- [Bugfix] Actually persist Redis data
This commit is contained in:
Régis Behmo 2021-02-16 12:40:04 +01:00
parent 28afa890bf
commit 8932ea0541
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v11.2.1 (2021-02-10)
- [Bugfix] Actually persist Redis data
## v11.2.0 (2021-02-10)

View File

@ -1 +1 @@
__version__ = "11.2.0"
__version__ = "11.2.1"