Skip to content

Commit

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

Version 0.157.0
---------------

- fix: fixed basket deletion issue (#3102)
- [pre-commit.ci] pre-commit autoupdate (#3100)
- feat: added a celery task to delete expired basket (#3021)

Version 0.156.2 (Released August 13, 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.156.2"
VERSION = "0.157.0"

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

0 comments on commit 8725fa8

Please sign in to comment.