Skip to content

Commit

Permalink
Release 0.142.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Apr 1, 2024
1 parent af63e53 commit fbb77ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release Notes
=============

Version 0.142.0
---------------

- Don't allow duplicate coupon codes (#2888)
- fix(deps): update dependency django-oauth-toolkit to v1.7.1
- fix(deps): update dependency django-anymail to v8.6
- chore(deps): update postgres docker tag to v12.18
- chore(deps): update dependency safety to v3.1.0
- chore(deps): update dependency pytest-mock to v3.14.0
- fix(deps): update dependency wagtail to v5.2.3
- fix(deps): update dependency uwsgi to v2.0.24
- fix(deps): update dependency boto3 to v1.34.74
- chore: set time fields for start/end date in Django with a default time (#2912)
- style: replace PNG logo high quality (#2927)

Version 0.141.0 (Released March 28, 2024)
---------------

Expand Down
2 changes: 1 addition & 1 deletion mitxpro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from mitxpro.sentry import init_sentry


VERSION = "0.141.0"
VERSION = "0.142.0"

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

0 comments on commit fbb77ea

Please sign in to comment.