Skip to content

Commit 9adc90a

Browse files
authored
update version (#1552)
1 parent 073c9da commit 9adc90a

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, "1")
5+
VERSION = (2, 50, "2")
66
__version__ = ".".join(str(part) for part in VERSION)
77
__all__ = [
88
"celery_app",

0 commit comments

Comments
 (0)