Skip to content

Commit

Permalink
chore: bump version 2024.3.4 -> 2024.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benthomasson committed Mar 8, 2024
1 parent 1589a54 commit 3043a01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible_rulebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def construct_vault_encrypted_unicode(loader, node):

yaml.SafeLoader.add_constructor("!vault", construct_vault_encrypted_unicode)

__version__ = "1.0.6b4"
__version__ = "2024.3.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ line_length = 79
extend_skip = ["docs"]

[tool.bumpver]
current_version = "1.0.6b4"
current_version = "2024.3.5"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore: bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ansible_rulebook
version = 1.0.6b4
version = 2024.3.5
description = Event driven automation for Ansible
url = https://github.com/ansible/ansible-rulebook
license = Apache-2.0
Expand Down

0 comments on commit 3043a01

Please sign in to comment.