Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Nov 7, 2023
2 parents 63d42c8 + d986a3a commit 1fe6093
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.134.0 (Released November 07, 2023)
---------------

- fix: postgres startup error without password (#2822)
- fix(deps): update dependency django to v3.2.23 [security]
- fix: Unify decimal places for price and discount (#2821)
- style: design tweaks in webinar designs (#2820)
- fix(deps): update dependency babel-loader to v8.3.0
- fix(deps): update babel monorepo
- chore(deps): update yarn to v3.6.4
- chore(deps): update postgres docker tag to v11.16
- chore(deps): update nginx docker tag to v1.25.3
- chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v6.8.23
- chore(deps): update dependency safety to v2.3.5

Version 0.133.0 (Released November 02, 2023)
---------------

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.133.0"
VERSION = "0.134.0"

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

0 comments on commit 1fe6093

Please sign in to comment.