Skip to content

Commit

Permalink
Release 0.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jun 13, 2024
1 parent 3005f29 commit f7e4519
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release Notes
=============

Version 0.76.0
--------------

- Revert "Update python Docker tag to v3.12.4"
- Update python Docker tag to v3.12.4
- Update nginx Docker tag to v1.27.0
- Update dependency flow-bin to v0.237.2
- Update dependency ramda to ^0.30.0 (#1125)
- Update dependency webpack-hot-middleware to v2.26.1
- Update dependency webpack to v4.47.0
- Update dependency victory to ^0.27.0
- Update dependency style-loader to ^0.23.0
- Update dependency sentry-sdk to ^0.20.0
- Update dependency flow-bin to v0.237.1
- Update dependency uwsgi to v2.0.26

Version 0.75.1 (Released May 29, 2024)
--------------

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.75.1"
VERSION = "0.76.0"

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

Expand Down

0 comments on commit f7e4519

Please sign in to comment.