Skip to content

Commit

Permalink
bump version to 1.1.0 (#670)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aizquier@redhat.com>
  • Loading branch information
Alex-Izquierdo committed Mar 13, 2024
1 parent c1f460a commit cdffd07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.0.5
current_version = 1.1.0
commit = False
tag = False
search = {current_version}
Expand Down
2 changes: 1 addition & 1 deletion ansible_rulebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import yaml

__version__ = "1.0.5"
__version__ = "1.1.0"


def construct_vault_encrypted_unicode(loader, node):
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.5
version = 1.1.0
description = Event driven automation for Ansible
url = https://github.com/ansible/ansible-rulebook
license = Apache-2.0
Expand Down

0 comments on commit cdffd07

Please sign in to comment.