From 256879060c9e4e7b579fcdf9abf16f4ffde3d366 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 20 Mar 2017 13:21:30 -0400 Subject: [PATCH] Prepare for release 3.1.2 --- HISTORY.rst | 5 +++++ VERSION | 2 +- packaging/rpm/ansible-tower-cli.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4665464b..9f920791 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ Release History =============== +3.1.2 (2017-03-21) +------------------ + +- Fixed a bug where global flags are not added to some commands. + 3.1.1 (2017-03-13) ------------------ diff --git a/VERSION b/VERSION index 94ff29cc..ef538c28 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.1 +3.1.2 diff --git a/packaging/rpm/ansible-tower-cli.spec b/packaging/rpm/ansible-tower-cli.spec index 04e70f82..87159332 100644 --- a/packaging/rpm/ansible-tower-cli.spec +++ b/packaging/rpm/ansible-tower-cli.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: ansible-tower-cli -Version: 3.1.1 +Version: 3.1.2 Release: 1%{?dist} Summary: Commandline interface for Ansible Tower Group: Development/Tools