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 Jul 5, 2023
2 parents f01fc97 + 407bbfc commit cef5477
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

Version 0.67.0 (Released July 05, 2023)
--------------

- add migration to fix letter grade set by 0033
- update letter_grade for MM grade, add missing enrollment import script
- Refund Order: remove atomicity and rollback (#1706)

Version 0.66.2 (Released June 28, 2023)
--------------

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

VERSION = "0.66.2"
VERSION = "0.67.0"

log = logging.getLogger()

Expand Down

0 comments on commit cef5477

Please sign in to comment.