Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jul 11, 2023
2 parents 655e055 + 98d0a91 commit 7d731ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

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

- fix,version: Update version constraints for Poetry to be more accurate
- Remove PR template
- Convert to use Poetry for Python dependency management (#1060)

Version 0.70.0 (Released May 08, 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.70.0"
VERSION = "0.71.0"

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

Expand Down

0 comments on commit 7d731ce

Please sign in to comment.