Skip to content

Commit e0933ba

Browse files
committed
Bump version to 2.37.0-beta.0
1 parent 89f97aa commit e0933ba

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, 36, '0')
5+
VERSION = (2, 37, '0-beta.0')
66
__version__ = '.'.join(str(part) for part in VERSION)
77
__all__ = ['celery_app', 'VERSION', '__version__', ]

0 commit comments

Comments
 (0)