Skip to content

Commit

Permalink
Merge tool: minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
inmantaci committed Aug 1, 2024
1 parent 1be7d15 commit a7f2ae9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 11.3.2
current_version = 11.4.0

[bumpversion:file:setup.py]
search = version = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# This version is managed by bumpversion. Should you ever update it manually, make sure to consistently update it everywhere
# (See the bumpversion.cfg file for relevant locations).
version = "11.3.2"
version = "11.4.0"

setup(
version=version,
Expand Down
2 changes: 1 addition & 1 deletion src/inmanta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
COMPILER_VERSION = "2024.2"
# This version is managed by bumpversion. Should you ever update it manually, make sure to consistently update it everywhere
# (See the bumpversion.cfg file for relevant locations).
__version__ = "11.3.2"
__version__ = "11.4.0"

RUNNING_TESTS = False
"""
Expand Down
2 changes: 1 addition & 1 deletion tests_common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from setuptools import find_namespace_packages, setup

version = "11.3.2"
version = "11.4.0"

requires = [
"asyncpg",
Expand Down

0 comments on commit a7f2ae9

Please sign in to comment.