From b4932889008ac9363dac5732cba729eac6d79393 Mon Sep 17 00:00:00 2001 From: "Tejeda, Engelbert" Date: Fri, 11 Oct 2019 14:05:45 -0400 Subject: [PATCH] Bumped version to 1.2.10 --- HISTORY.md | 4 ++++ ansible_taskrunner/cli.py | 2 +- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9a010ec..330a1e9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,10 @@ History ======= +## Release 2019-10-11 v1.2.10 + +* Fixed invalid inventory in sample Taskfile.yaml [798b0b7](https://github.com/berttejeda/ansible-taskrunner/commit/798b0b789af627ca5f233e0111b37666b2c1e959) + ## Release 2019-10-11 v1.2.9 * Incorrect credentials variables for pypi make-mode function [86d8323](https://github.com/berttejeda/ansible-taskrunner/commit/86d8323e40a8eed54984cdedc959289c6cf3e554) diff --git a/ansible_taskrunner/cli.py b/ansible_taskrunner/cli.py index 1ab7645..2260e49 100644 --- a/ansible_taskrunner/cli.py +++ b/ansible_taskrunner/cli.py @@ -83,7 +83,7 @@ # Private variables __author__ = 'etejeda' -__version__ = '1.2.9' +__version__ = '1.2.10' __program_name__ = 'tasks' # Logging diff --git a/setup.cfg b/setup.cfg index 0b9290a..7bc272c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = ansible_taskrunner author = Engelbert Tejeda author_email = berttejeda@gmail.com description = ansible-playbook wrapper with YAML-abstracted python click cli options -version: 1.2.9 +version: 1.2.10 url = https://github.com/berttejeda/ansible_taskrunner keywords = ansible