From 9bad0fc23d5cc92813fbb81d29a85ec68b52fd04 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 19 Jul 2019 12:15:00 -0400 Subject: [PATCH] Prepare for 3.3.5 release --- docs/source/HISTORY.rst | 9 +++++++++ tower_cli/constants.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/source/HISTORY.rst b/docs/source/HISTORY.rst index 305e7cc5..921a4857 100644 --- a/docs/source/HISTORY.rst +++ b/docs/source/HISTORY.rst @@ -1,6 +1,15 @@ Release History =============== +3.3.5 (2019-07-19) +------------------ + +- Fix error with use of --insecure flag +- Allow notifications to be used with projects +- Fix send command error when job and workflow have the same name +- Fix receive command when schedules have survey answers +- Fix error associating credential with workflow node + 3.3.4 (2019-04-22) ------------------ diff --git a/tower_cli/constants.py b/tower_cli/constants.py index 27f66cc9..39d9cbe8 100644 --- a/tower_cli/constants.py +++ b/tower_cli/constants.py @@ -13,7 +13,7 @@ # limitations under the License. -VERSION = '3.3.4' +VERSION = '3.3.5' # This is the release number for the RPM builds RELEASE = 1 CUR_API_VERSION = 'v2'