Skip to content

Commit abd7171

Browse files
committed
Bump version
1 parent 9ef63f4 commit abd7171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/signals/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Copyright (C) 2018 - 2023 Gemeente Amsterdam
33
from signals.celery import app as celery_app
44

5-
VERSION = (2, 37, '23')
5+
VERSION = (2, 37, '24')
66
__version__ = '.'.join(str(part) for part in VERSION)
77
__all__ = ['celery_app', 'VERSION', '__version__', ]

0 commit comments

Comments
 (0)