diff --git a/HISTORY.rst b/HISTORY.rst index 5a1f92e3..4629e2ec 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,14 +1,20 @@ Release History =============== -3.2.1 (2017-xx-xx) ------------------- - -- Install new CLI entry point, awx-cli -- Allow setup and testing to proceed without root privileges -- Add project and inventory update resources to enable more functionality -- Fix bug when copying resources that use the variables field type -- Fix bug that caused debug messages to hang with long line lengths +3.2.1 (2017-12-19) +------------------ + +- Added support for using settings from environment vars in normal CLI use +- Made many-to-many relations easier to manage with a new field type +- Installed new CLI entry point, awx-cli +- Allowed setup and testing to proceed without root privileges +- Added project and inventory update resources to enable more functionality +- Fixed bug when copying resources that use the variables field type +- Fixed bug that caused debug messages to hang with long line lengths +- Fixed bug with side-by-side install of v1 and v2 +- Fixed bug where --all-pages was ignored for roles +- Allowed use of --format=id with multiple results +- Added cleaner handling of Unicode 3.2.0 (2017-10-04) ------------------ diff --git a/docs/source/HISTORY.rst b/docs/source/HISTORY.rst index 009f07c1..f0f8c8e9 100644 --- a/docs/source/HISTORY.rst +++ b/docs/source/HISTORY.rst @@ -1,6 +1,23 @@ Release History =============== +3.2.1 (2017-12-19) +------------------ + +- Added support for using settings from environment vars in normal CLI use +- Made many-to-many relations easier to manage with a new field type +- Installed new CLI entry point, awx-cli +- Allowed setup and testing to proceed without root privileges +- Added project and inventory update resources to enable more functionality +- Fixed bug when copying resources that use the variables field type +- Fixed bug that caused debug messages to hang with long line lengths +- Fixed bug with side-by-side install of v1 and v2 +- Fixed bug where --all-pages was ignored for roles +- Allowed use of --format=id with multiple results +- Added cleaner handling of Unicode + + + 3.2.0 (2017-10-04) ------------------ diff --git a/packaging/rpm/ansible-tower-cli.spec b/packaging/rpm/ansible-tower-cli.spec index 56683761..b55a28b5 100644 --- a/packaging/rpm/ansible-tower-cli.spec +++ b/packaging/rpm/ansible-tower-cli.spec @@ -2,7 +2,7 @@ %global srcname tower-cli Name: ansible-%{srcname} -Version: 3.2.0 +Version: 3.2.1 Release: 2%{?dist} Summary: Commandline interface for Ansible Tower Group: Development/Tools diff --git a/tower_cli/constants.py b/tower_cli/constants.py index 66914ea1..4c80997b 100644 --- a/tower_cli/constants.py +++ b/tower_cli/constants.py @@ -13,7 +13,7 @@ # limitations under the License. -VERSION = '3.2.0' +VERSION = '3.2.1' CUR_API_VERSION = 'v2' LAUNCH_TYPE_CHOICES = [