From 6e85b2e32c92815e5414d586d7fe60ae65144567 Mon Sep 17 00:00:00 2001 From: Doof Date: Fri, 3 May 2024 13:01:46 +0000 Subject: [PATCH 1/2] Release 0.146.1 --- RELEASE.rst | 8 ++++++++ mitxpro/settings.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 165011999..d77568449 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,14 @@ Release Notes ============= +Version 0.146.1 +--------------- + +- fix: check for courseware object in cms (#2968) +- chore(deps): update dependency ruff to ^0.4.0 (#2962) +- chore(deps): update nginx docker tag to v1.26.0 +- fix(deps): update dependency boto3 to v1.34.96 + Version 0.146.0 (Released May 02, 2024) --------------- diff --git a/mitxpro/settings.py b/mitxpro/settings.py index 2983babcc..523ff9b8d 100644 --- a/mitxpro/settings.py +++ b/mitxpro/settings.py @@ -27,7 +27,7 @@ from mitxpro.celery_utils import OffsettingSchedule from mitxpro.sentry import init_sentry -VERSION = "0.146.0" +VERSION = "0.146.1" ENVIRONMENT = get_string( name="MITXPRO_ENVIRONMENT", From bb76b301fc42b1bab869f1b6ee6e9bf221743587 Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 6 May 2024 13:17:04 +0000 Subject: [PATCH 2/2] Release date for 0.146.1 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index d77568449..d84f885fa 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.146.1 +Version 0.146.1 (Released May 06, 2024) --------------- - fix: check for courseware object in cms (#2968)