From 4403b7c232f48dcbf8c17cb628e44b4e1f02fbba Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 16 Jan 2025 07:16:20 +0000 Subject: [PATCH 1/2] Release 0.171.0 --- RELEASE.rst | 13 +++++++++++++ mitxpro/settings.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index d38dfef24..7f92fd550 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,19 @@ Release Notes ============= +Version 0.171.0 +--------------- + +- refactor: migrate ENABLE_ENTERPRISE to posthog (#3368) +- refactor: migrate FEATURE_ENROLLMENT_WELCOME_EMAIL to posthog (#3362) +- fix(deps): update dependency django to v4.2.18 [security] (#3376) +- [pre-commit.ci] pre-commit autoupdate (#3374) +- chore: remove ruff (#3375) +- refactor: remove ENABLE_BLOG & WEBINARS feature flags (#3358) +- chore(deps): update dependency ruff to ^0.9.0 (#3373) +- fix(deps): update dependency django-hijack to v3.7.1 (#3372) +- fix(deps): update dependency boto3 to v1.35.97 (#3371) + Version 0.170.0 (Released January 14, 2025) --------------- diff --git a/mitxpro/settings.py b/mitxpro/settings.py index 20a7b0a48..1087bc2c1 100644 --- a/mitxpro/settings.py +++ b/mitxpro/settings.py @@ -26,7 +26,7 @@ from mitxpro.celery_utils import OffsettingSchedule from mitxpro.sentry import init_sentry -VERSION = "0.170.0" +VERSION = "0.171.0" env.reset() From 94d43475afe9f7fbc6a6ebfee02d51a80da8d648 Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 30 Jan 2025 14:08:11 +0000 Subject: [PATCH 2/2] Release date for 0.171.0 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 7f92fd550..9bb41418d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.171.0 +Version 0.171.0 (Released January 30, 2025) --------------- - refactor: migrate ENABLE_ENTERPRISE to posthog (#3368)