Skip to content

Commit 219fc18

Browse files
committed
bump version
1 parent 5ee789f commit 219fc18

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,7 +2,7 @@
22
# Copyright (C) 2018 - 2025 Gemeente Amsterdam
33
from signals.celery import app as celery_app
44

5-
VERSION = (2, 50, "4")
5+
VERSION = (2, 50, "5")
66
__version__ = ".".join(str(part) for part in VERSION)
77
__all__ = [
88
"celery_app",

0 commit comments

Comments
 (0)