Skip to content

Commit 5320ccc

Browse files
committed
Bumped version to 2.34.6
1 parent c981e46 commit 5320ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/signals/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Copyright (C) 2018 - 2023 Gemeente Amsterdam
33
from signals.celery import app as celery_app
44

5-
VERSION = (2, 34, '6-beta.1')
5+
VERSION = (2, 34, '6')
66
__version__ = '.'.join(str(part) for part in VERSION)
77
__all__ = ['celery_app', 'VERSION', '__version__', ]

0 commit comments

Comments
 (0)