Skip to content

Commit

Permalink
Release 0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Mar 27, 2024
1 parent 2154f41 commit 01fe3d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Notes
=============

Version 0.72.0
--------------

- code review feedback
- uncomment debug
- changes
- format
- extract duration from EncodeJob when posting video to edx
- Update renovate.json
- Update renovate.json
- Update renovate.json
- Add renovate.json

Version 0.71.0 (Released July 11, 2023)
--------------

Expand Down
2 changes: 1 addition & 1 deletion odl_video/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from odl_video.envs import get_any, get_bool, get_int, get_key, get_string, parse_env
from odl_video.sentry import init_sentry

VERSION = "0.71.0"
VERSION = "0.72.0"

ENVIRONMENT = get_string("ODL_VIDEO_ENVIRONMENT", "dev")

Expand Down

0 comments on commit 01fe3d0

Please sign in to comment.