Releases: openedx/edx-val
Releases · openedx/edx-val
Fix export issue for old mongo
1.4.1 Release
Fixes export failure on unpublished transcript.
1.4.0 Release
Ensure that transcripts are imported if video already exists.
Fixing django30 warnings
Fixing django30 warnings.
Update requirements.
Remove enum34 from dependencies.
Remove enum34 from dependencies since python2.7 support was dropped
Use enum lib from std instead of enum34
Use enum lib from std instead of enum34, enum34 is not needed in python>3.4.
Using python_version<'3.6' in order to not change anything for python3.5
1.3.6 Release
Fixed thumbnail bug
1.3.5
Delete migration for TranscriptCredentials (#232)
1.3.4
Add "error description" field to Video model
Removed Django<2.2 support, Added Python3.8 support
Merge pull request #219 from edx/usamasadiq/bom-1548-tox-travis-update Travis and Tox Update