Skip to content

Commit

Permalink
chore: bump to version 1.0.4 (ansible#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored Oct 31, 2023
1 parent 4040bc2 commit 7e34383
Show file tree
Hide file tree
Showing 4 changed files with 11 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.3
current_version = 1.0.4
commit = False
tag = False
search = {current_version}
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@

### Added

### Fixed

## [1.0.4] - 2023-10-30

### Added

### Fixed
- Job_template and workflow_template actions honor custom hosts limit
- upgraded to 0.3.8 of drools_jpy
- Upgraded to 0.3.8 of drools_jpy
- Add missing watchdog dependency

### Removed

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

0 comments on commit 7e34383

Please sign in to comment.