6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00
This commit is contained in:
Kyle McCormick 2022-05-06 16:42:05 -04:00 committed by Régis Behmo
parent 5d08438a7b
commit b55df07eba
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,10 @@ Every user-facing change should have an entry in this changelog. Please respect
## Unreleased
## v13.2.2 (2022-05-06)
- [Fix] Mounts were broken in dev mode. (by @kdmccormick)
## v13.2.1 (2022-05-06)
- [Fix] Fix broken file upload in studio because of unpinned studio-frontend requirement (see [discussion](https://discuss.overhang.io/t/missing-js-css-files-missing-from-openedx-docker-image-in-studio/2629) and [pull request](https://github.com/openedx/edx-platform/pull/30309)) (by @regisb. Thanks @uetuluk!).

View File

@ -2,7 +2,7 @@ import os
# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "13.2.1"
__version__ = "13.2.2"
# 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