mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v13.3.1 (2022-06-06)
- [Fix] Crashing celery workers in development (#681). (by @regisb) - [Fix] Fix studio logout issue. (by @Alec4r)
This commit is contained in:
parent
74212da9e2
commit
698da4b1ad
@ -18,6 +18,8 @@ Every user-facing change should have an entry in this changelog. Please respect
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v13.3.1 (2022-06-06)
|
||||||
|
|
||||||
- [Fix] Crashing celery workers in development (#681). (by @regisb)
|
- [Fix] Crashing celery workers in development (#681). (by @regisb)
|
||||||
- [Fix] Fix studio logout issue. (by @Alec4r)
|
- [Fix] Fix studio logout issue. (by @Alec4r)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ import os
|
|||||||
|
|
||||||
# Increment this version number to trigger a new release. See
|
# Increment this version number to trigger a new release. See
|
||||||
# docs/tutor.html#versioning for information on the versioning scheme.
|
# docs/tutor.html#versioning for information on the versioning scheme.
|
||||||
__version__ = "13.3.0"
|
__version__ = "13.3.1"
|
||||||
|
|
||||||
# The version suffix will be appended to the actual version, separated by a
|
# The version suffix will be appended to the actual version, separated by a
|
||||||
# dash. Use this suffix to differentiate between the actual released version and
|
# dash. Use this suffix to differentiate between the actual released version and
|
||||||
|
Loading…
Reference in New Issue
Block a user