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 Sep 23, 2024
2 parents 01a958a + 8869731 commit 11b9df6
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.102.0 (Released September 23, 2024)
---------------

- 5343 upgrade django in mitxonline (#2387)
- Remove new-design styles | Cleaning up duplicated styles (#2394)
- Update dependency express to v4.20.0 [SECURITY] (#2400)
- Update dependency @pankod/refine-react-router-v6 to v3.40.0 (#2397)

Version 0.101.0 (Released September 17, 2024)
---------------

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.101.0"
VERSION = "0.102.0"

log = logging.getLogger()

Expand Down

0 comments on commit 11b9df6

Please sign in to comment.