We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633e333 commit 997ce65Copy full SHA for 997ce65
app/signals/__init__.py
@@ -2,6 +2,6 @@
2
# Copyright (C) 2018 - 2023 Gemeente Amsterdam
3
from signals.celery import app as celery_app
4
5
-VERSION = (2, 35, '0-beta.0')
+VERSION = (2, 35, '0-beta.1')
6
__version__ = '.'.join(str(part) for part in VERSION)
7
__all__ = ['celery_app', 'VERSION', '__version__', ]
0 commit comments