Skip to content

Commit b493288

Browse files
author
Tejeda, Engelbert
committed
Bumped version to 1.2.10
1 parent 4c21058 commit b493288

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
History
33
=======
44

5+
## Release 2019-10-11 v1.2.10
6+
7+
* Fixed invalid inventory in sample Taskfile.yaml [798b0b7](https://github.com/berttejeda/ansible-taskrunner/commit/798b0b789af627ca5f233e0111b37666b2c1e959)
8+
59
## Release 2019-10-11 v1.2.9
610

711
* Incorrect credentials variables for pypi make-mode function [86d8323](https://github.com/berttejeda/ansible-taskrunner/commit/86d8323e40a8eed54984cdedc959289c6cf3e554)

ansible_taskrunner/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
# Private variables
8585
__author__ = 'etejeda'
86-
__version__ = '1.2.9'
86+
__version__ = '1.2.10'
8787
__program_name__ = 'tasks'
8888

8989
# Logging

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = ansible_taskrunner
33
author = Engelbert Tejeda
44
author_email = berttejeda@gmail.com
55
description = ansible-playbook wrapper with YAML-abstracted python click cli options
6-
version: 1.2.9
6+
version: 1.2.10
77
url = https://github.com/berttejeda/ansible_taskrunner
88
keywords =
99
ansible

0 commit comments

Comments
 (0)