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 27, 2024
2 parents 33ef935 + 25fa3f6 commit 98c4a51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

Version 0.103.0 (Released September 27, 2024)
---------------

- Adding dates on Program model (#2404)
- Revert "Temporarily don't run migrations (#2405)"
- Temporarily don't run migrations (#2405)
- Update dependency djangorestframework to v3.15.2 [SECURITY] (#2403)
- Update dependency django to v4.2.15 [SECURITY] (#2402)

Version 0.102.1 (Released September 23, 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.102.1"
VERSION = "0.103.0"

log = logging.getLogger()

Expand Down

0 comments on commit 98c4a51

Please sign in to comment.