Skip to content

Commit

Permalink
Release 0.158.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Aug 27, 2024
1 parent 03092aa commit 6b1bbc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

Version 0.158.0
---------------

- [pre-commit.ci] pre-commit autoupdate (#3110)
- Upgrade Webpack from v4 to v5 (#3091)
- perf: improve API performance (#3106)
- feat: add hybrid format option for courseware page (#3105)
- fix: silently fail name validation on connection error (#3107)

Version 0.157.1 (Released August 22, 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.157.1"
VERSION = "0.158.0"

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

0 comments on commit 6b1bbc2

Please sign in to comment.