diff --git a/.bumpversion.toml b/.bumpversion.toml index 4cafa2b913acc61a7fa36f904a1567d81e45cc6d..03dcaaadf294aeb55807ee60ad214a8d9ebde9ed 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -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}\"" diff --git a/shared/messaging/messaging/__init__.py b/shared/messaging/messaging/__init__.py index 8c839b741d11f23325f32effc53ceb516d41f53a..134d4f01fbea12aad4dd9f0402bc5cab739cd714 100644 --- a/shared/messaging/messaging/__init__.py +++ b/shared/messaging/messaging/__init__.py @@ -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"