Skip to content

Commit

Permalink
Release 0.105.5
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Nov 19, 2024
1 parent 3e9cb26 commit 4edeffc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

Version 0.105.5
---------------

- Adding data layer push for purchase events (#2455)
- Bump setuptools from 69.5.1 to 70.0.0 (#2295)

Version 0.105.4 (Released November 19, 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.105.4"
VERSION = "0.105.5"

log = logging.getLogger()

Expand Down

0 comments on commit 4edeffc

Please sign in to comment.