Skip to content

Commit

Permalink
chore: change version for build to 1.0.3 (#601)
Browse files Browse the repository at this point in the history
preparing to release 1.0.3
  • Loading branch information
mkanoor authored Oct 17, 2023
1 parent a5986db commit 5095c93
Show file tree
Hide file tree
Showing 4 changed files with 13 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 = 1.0.2
current_version = 1.0.3
commit = False
tag = False
search = {current_version}
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@
## [Unreleased]

### Added
- support for firing multiple rules

### Fixed

### Removed

## [1.0.3] - 2023-10-17

### Added
- support for firing multiple rules

### Fixed
- bug fix in run_workflow_template


### Removed
## [1.0.2] - 2023-08-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion ansible_rulebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""Top-level package for Ansible Events."""

__version__ = "1.0.2"
__version__ = "1.0.3"
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.2
version = 1.0.3
description = Event driven automation for Ansible
url = https://github.com/ansible/ansible-rulebook
license = Apache-2.0
Expand Down

0 comments on commit 5095c93

Please sign in to comment.