Skip to content

Commit

Permalink
Release 0.157.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Aug 22, 2024
1 parent 1ceb478 commit 189cb16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

Version 0.157.1
---------------

- [pre-commit.ci] pre-commit autoupdate (#3104)
- fix: prevent HTML/URLs in the Full Name field (#2994)

Version 0.157.0 (Released August 19, 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.0"
VERSION = "0.157.1"

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

0 comments on commit 189cb16

Please sign in to comment.