diff --git a/docs/source/HISTORY.rst b/docs/source/HISTORY.rst index 1458e7f6..088da38e 100644 --- a/docs/source/HISTORY.rst +++ b/docs/source/HISTORY.rst @@ -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) ------------------ diff --git a/tower_cli/constants.py b/tower_cli/constants.py index 5fef5b67..9804b219 100644 --- a/tower_cli/constants.py +++ b/tower_cli/constants.py @@ -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'