We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10198f commit 1145af0Copy full SHA for 1145af0
app/signals/__init__.py
@@ -2,7 +2,7 @@
2
# Copyright (C) 2018 - 2025 Gemeente Amsterdam
3
from signals.celery import app as celery_app
4
5
-VERSION = (2, 50, "3")
+VERSION = (2, 50, "4")
6
__version__ = ".".join(str(part) for part in VERSION)
7
__all__ = [
8
"celery_app",
0 commit comments