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 6, 2024
2 parents 5057a4b + 4dd6b06 commit db8bf2b
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.100.3 (Released September 06, 2024)
---------------

- Fix description for POSTHOG_ENABLED variable (#2380)
- Department serializer for programs API (#2371)
- Migrations to release phase (#2379)

Version 0.100.2 (Released September 03, 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.100.2"
VERSION = "0.100.3"

log = logging.getLogger()

Expand Down

0 comments on commit db8bf2b

Please sign in to comment.