Skip to content

Commit

Permalink
Release 0.159.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Aug 29, 2024
1 parent 7a4af2f commit 5093d16
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============

Version 0.159.0
---------------

- fix(deps): update dependency django-robots to v6.1
- fix(deps): update dependency django-hijack to v3.6.0
- fix(deps): update dependency boto3 to v1.35.8
- chore(deps): update postgres docker tag to v15.8 (#3117)
- chore(deps): update node.js to v20.17.0 (#3116)
- chore(deps): update nginx docker tag to v1.27.1 (#3114)
- fix(deps): update python to v3.12.5 (#3003)
- chore(deps): lock file maintenance (#3113)
- feat: display tax details for countries where taxes are enabled (#3109)
- fix(deps): update dependency zeep to v4 (#3062)
- fix(deps): update dependency pygsheets to v2.0.6 (#2736)
- fix(deps): update dependency webpack to v5.94.0 [security]
- Python upgrade from 3.9.x to 3.12.x (#3089)

Version 0.158.0 (Released August 29, 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.158.0"
VERSION = "0.159.0"

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

0 comments on commit 5093d16

Please sign in to comment.