Skip to content

Commit

Permalink
Release 0.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Oct 21, 2024
1 parent 64ca6f4 commit 70dc30e
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.104.0
---------------

- Add required_prerequisites to program API (#2419)
- Update dependency django-cors-headers to v4 (#2372)
- Update dependency django-ipware to v7 (#2375)
- Update dependency django to v4.2.16 [SECURITY] (#2418)

Version 0.103.2 (Released October 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.103.2"
VERSION = "0.104.0"

log = logging.getLogger()

Expand Down

0 comments on commit 70dc30e

Please sign in to comment.