Skip to content

Commit

Permalink
Version bump based on change entries
Browse files Browse the repository at this point in the history
  • Loading branch information
inmantaci committed May 23, 2024
1 parent 4841db7 commit 6ff9579
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 = 12.0.0
current_version = 12.1.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 = "12.0.0"
version = "12.1.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 = "2025.0"
# 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__ = "12.0.0"
__version__ = "12.1.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 = "12.0.0"
version = "12.1.0"

requires = [
"asyncpg",
Expand Down

0 comments on commit 6ff9579

Please sign in to comment.