From 7d646936c29f3a6ef47d04c7f7d7cd6efccf5a86 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 22 Mar 2019 11:10:27 -0400 Subject: [PATCH] Prepare release 3.3.3 --- docs/source/HISTORY.rst | 6 ++++++ tower_cli/constants.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/HISTORY.rst b/docs/source/HISTORY.rst index d9bace03..998c176d 100644 --- a/docs/source/HISTORY.rst +++ b/docs/source/HISTORY.rst @@ -1,6 +1,12 @@ Release History =============== +3.3.3 (2019-03-22) +----------- + +- Fix bug where workflow schema would hang if there were too many nodes +- Add organization job_template_role to role management + 3.3.2 (2019-01-28) ----------- diff --git a/tower_cli/constants.py b/tower_cli/constants.py index 31f2ac53..00179acc 100644 --- a/tower_cli/constants.py +++ b/tower_cli/constants.py @@ -13,7 +13,7 @@ # limitations under the License. -VERSION = '3.3.2' +VERSION = '3.3.3' # This is the release number for the RPM builds RELEASE = 1 CUR_API_VERSION = 'v2'