Skip to content

Commit 75fde22

Browse files
committed
Release 0.76.0
1 parent 5c0eca9 commit 75fde22

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

RELEASE.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Release Notes
22
=============
33

4+
Version 0.76.0
5+
--------------
6+
7+
- Fix how Ramda imports are being made based on usage >0.25
8+
- Revert "Update python Docker tag to v3.12.4"
9+
- Update python Docker tag to v3.12.4
10+
- Update nginx Docker tag to v1.27.0
11+
- Update dependency flow-bin to v0.237.2
12+
- Update dependency ramda to ^0.30.0 (#1125)
13+
- Update dependency webpack-hot-middleware to v2.26.1
14+
- Update dependency webpack to v4.47.0
15+
- Update dependency victory to ^0.27.0
16+
- Update dependency style-loader to ^0.23.0
17+
- Update dependency sentry-sdk to ^0.20.0
18+
- Update dependency flow-bin to v0.237.1
19+
- Update dependency uwsgi to v2.0.26
20+
421
Version 0.75.1 (Released May 29, 2024)
522
--------------
623

odl_video/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from odl_video.envs import get_any, get_bool, get_int, get_key, get_string, parse_env
1414
from odl_video.sentry import init_sentry
1515

16-
VERSION = "0.75.1"
16+
VERSION = "0.76.0"
1717

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

0 commit comments

Comments
 (0)