Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
odlbot committed Jan 30, 2025

Verified

This commit was signed with the committer’s verified signature.
baron42bba Andreas Gerler
2 parents b587cb4 + 94d4347 commit 1abd372
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Notes
=============

Version 0.171.0 (Released January 30, 2025)
---------------

- 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)
---------------

2 changes: 1 addition & 1 deletion mitxpro/settings.py
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 1abd372

Please sign in to comment.