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 Jun 20, 2024
2 parents 543fac3 + 7c2eb48 commit 51d6427
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.96.5 (Released June 20, 2024)
--------------

- Change the cache from memcache to redis in the task as well as it is in the util function itself (#2263)
- Set time limit for task process_google_sheet_requests (#2261)

Version 0.96.4 (Released June 18, 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.96.4"
VERSION = "0.96.5"

log = logging.getLogger()

Expand Down

0 comments on commit 51d6427

Please sign in to comment.