Skip to content

Commit f44199a

Browse files
committed
bump version
1 parent fb7af23 commit f44199a

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

0 commit comments

Comments
 (0)