Skip to content

Commit

Permalink
Release 0.150.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jun 21, 2024
1 parent 118d0d8 commit 59090bd
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.150.0
---------------

- [pre-commit.ci] pre-commit autoupdate (#3022)
- Add -E flag to worker subcommand for sending task events
- Revert "Add flag for Celery to send task state change events"
- docs: replaced mitxpro-openedx-extensions with openedx-companion-auth in readme (#3020)
- Add flag for Celery to send task state change events

Version 0.149.1 (Released June 12, 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.149.1"
VERSION = "0.150.0"

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

0 comments on commit 59090bd

Please sign in to comment.