Skip to content

Commit

Permalink
Release 0.171.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jan 16, 2025
1 parent fdeab37 commit 4403b7c
Show file tree
Hide file tree
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
---------------

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

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

Expand Down

0 comments on commit 4403b7c

Please sign in to comment.