Skip to content

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Aug 31, 2022
2 parents 3c2732a + c342f96 commit 5de6dff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

Version 0.42.1 (Released August 31, 2022)
--------------

- Update flexible pricing approval email to eliminate errors when sending
- Adds currency code descriptions; makes sure invalid codes are removed
- Get certificate at reduced price (#856)
- 872: checkout remove clear discount and a few other tweaks (#877)

Version 0.42.0 (Released August 25, 2022)
--------------

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

VERSION = "0.42.0"
VERSION = "0.42.1"

log = logging.getLogger()

Expand Down

0 comments on commit 5de6dff

Please sign in to comment.