Skip to content
Snippets Groups Projects
Commit b862ac25 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

make sure we don't miss messaging

parent 605e6780
No related branches found
No related tags found
1 merge request!1608update versions and lock files
Pipeline #14812 failed
......@@ -55,6 +55,9 @@ replace = "version = \"{new_version}\""
[[tool.bumpversion.files]]
filename = "shared/workspaces/workspaces/__init__.py"
[[tool.bumpversion.files]]
filename = "shared/messaging/messaging/__init__.py"
[[tool.bumpversion.files]]
glob = "apps/cli/utilities/*/pyproject.toml"
search = "version = \"{current_version}\""
......
......@@ -19,4 +19,4 @@
SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON.
"""
__version__ = "2.8.2.3rc1"
__version__ = "2.8.3dev1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment