Skip to content

Commit 75e9f49

Browse files
committed
update to 2.44.0
1 parent 7751239 commit 75e9f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/signals/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Copyright (C) 2018 - 2025 Gemeente Amsterdam
33
from signals.celery import app as celery_app
44

5-
VERSION = (2, 44, '00')
5+
VERSION = (2, 44, '0')
66
__version__ = '.'.join(str(part) for part in VERSION)
77
__all__ = ['celery_app', 'VERSION', '__version__', ]

0 commit comments

Comments
 (0)