Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #328 from jangsutsr/usage_compatibility_fix_for_to…
Browse files Browse the repository at this point in the history
…wer_modules

Usage compatibility fix for Tower modules
  • Loading branch information
jangsutsr authored Jul 18, 2017
2 parents ce311c4 + e8fe17a commit b1c4244
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release History
===============

3.1.6 (2017-07-18)
------------------

- Fix a usage compatibility issue for Ansible Tower modules.

3.1.5 (2017-07-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.5
3.1.6
2 changes: 1 addition & 1 deletion packaging/rpm/ansible-tower-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global srcname tower-cli

Name: ansible-%{srcname}
Version: 3.1.5
Version: 3.1.6
Release: 2%{?dist}
Summary: Commandline interface for Ansible Tower
Group: Development/Tools
Expand Down
1 change: 1 addition & 0 deletions tower_cli/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import click

from tower_cli.conf import settings
from tower_cli import exceptions # NOQA


@functools.wraps(click.secho)
Expand Down

0 comments on commit b1c4244

Please sign in to comment.