Skip to content

Commit

Permalink
Release 0.146.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed May 7, 2024
1 parent d9435ac commit 031f002
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE.rst
@@ -1,6 +1,19 @@
Release Notes
=============

Version 0.146.2
---------------

- refactor: remove ENABLE_ORDER_RECEIPTS (#2964)
- [pre-commit.ci] auto fixes from pre-commit.com hooks
- Pre commit linting (#2955)
- fix(deps): update dependency django-storages to v1.14.3
- fix(deps): update dependency flaky to v3.8.1
- fix(deps): update dependency celery to v5.4.0
- fix(deps): update dependency edx-api-client to v1.8.0
- fix(deps): update dependency wagtail to v5.2.5
- fix(deps): update dependency boto3 to v1.34.98

Version 0.146.1 (Released May 06, 2024)
---------------

Expand Down
2 changes: 1 addition & 1 deletion mitxpro/settings.py
Expand Up @@ -27,7 +27,7 @@
from mitxpro.celery_utils import OffsettingSchedule
from mitxpro.sentry import init_sentry

VERSION = "0.146.1"
VERSION = "0.146.2"

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

0 comments on commit 031f002

Please sign in to comment.