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 #454 from rooftopcellist/versioning_update
Browse files Browse the repository at this point in the history
Updates Versioning for 3.2.1 Release
  • Loading branch information
rooftopcellist authored Dec 19, 2017
2 parents 9a78cca + d585483 commit 082d9c8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
22 changes: 14 additions & 8 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------
Expand Down
17 changes: 17 additions & 0 deletions docs/source/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
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.2.0
Version: 3.2.1
Release: 2%{?dist}
Summary: Commandline interface for Ansible Tower
Group: Development/Tools
Expand Down
2 changes: 1 addition & 1 deletion tower_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


VERSION = '3.2.0'
VERSION = '3.2.1'
CUR_API_VERSION = 'v2'

LAUNCH_TYPE_CHOICES = [
Expand Down

0 comments on commit 082d9c8

Please sign in to comment.