Skip to content

Commit

Permalink
Bumped API version to 2.32.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbuiten committed Oct 16, 2023
1 parent f88f84c commit f0b6a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/signals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Copyright (C) 2018 - 2023 Gemeente Amsterdam
from signals.celery import app as celery_app

VERSION = (2, 31, '0')
VERSION = (2, 32, '0-beta.1')
__version__ = '.'.join(str(part) for part in VERSION)
__all__ = ['celery_app', 'VERSION', '__version__', ]

0 comments on commit f0b6a5b

Please sign in to comment.