Skip to content

Commit

Permalink
Release 0.148.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed May 27, 2024
1 parent 98fe911 commit eb69721
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release Notes
=============

Version 0.148.0
---------------

- fix: invalid certificate uuid should raise 404 (#2990)
- chore(deps): bump @babel/traverse from 7.16.3 to 7.24.6 (#2995)
- fix(deps): update dependency boto3 to v1.34.113
- refactor: remove EdX-Api-Key usage (#2982)
- fix(deps): update dependency google-api-python-client to v1.12.11 (#2987)
- fix(deps): update dependency google-auth to v1.35.0

Version 0.147.0 (Released May 22, 2024)
---------------

Expand Down
2 changes: 1 addition & 1 deletion mitxpro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from mitxpro.celery_utils import OffsettingSchedule
from mitxpro.sentry import init_sentry

VERSION = "0.147.0"
VERSION = "0.148.0"

ENVIRONMENT = get_string(
name="MITXPRO_ENVIRONMENT",
Expand Down

0 comments on commit eb69721

Please sign in to comment.