Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed May 22, 2024
2 parents bca5ea6 + e5268b0 commit f4b4430
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
=============

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

- fix: intermittent/flaky test assertion failure in test_sync_courseruns_data (#2983)
- chore(deps): update postgres docker tag to v12.19
- fix(deps): update dependency django to v4.2.13
- fix(deps): update dependency boto3 to v1.34.108
- [pre-commit.ci] pre-commit autoupdate (#2981)
- chore(deps): bump get-func-name from 2.0.0 to 2.0.2 (#2770)
- chore(deps): update akhileshns/heroku-deploy digest to 581dd28 (#2719)

Version 0.146.2 (Released May 14, 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.146.2"
VERSION = "0.147.0"

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

0 comments on commit f4b4430

Please sign in to comment.