Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/source/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Release History
===============

3.3.1 (TBD)
3.3.1 (2019-01-23)
-----------

- Fixed associating labels to workflows
- Associating labels to job template now takes option as --job-template
- Allow adding workflows inside of workflows
- Allow exporting schedules of workflows
- Send command now uses default terminal background color
- Fix some unicode errors in send/receive commands
- Hide display of page number for human-formatted single page results
- Allow setting the custom virtual environment on projects and organizations

3.3.0 (2018-04-25)
------------------
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.3.0'
VERSION = '3.3.1'
# This is the release number for the RPM builds
RELEASE = 1
CUR_API_VERSION = 'v2'
Expand Down