From f2bcc3a3c545b2f4bf5b5e5771fea258ce136550 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 19 Jul 2019 16:10:09 -0400 Subject: [PATCH] Prepare administrative release for packaging fix --- docs/source/HISTORY.rst | 5 +++++ tower_cli/constants.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/HISTORY.rst b/docs/source/HISTORY.rst index 626bd324..6e51b43a 100644 --- a/docs/source/HISTORY.rst +++ b/docs/source/HISTORY.rst @@ -1,6 +1,11 @@ Release History =============== +3.3.6 (2019-07-19) +------------------ + +- Fix formatting for upload to PyPI server + 3.3.5 (2019-07-19) ------------------ diff --git a/tower_cli/constants.py b/tower_cli/constants.py index 39d9cbe8..b6425780 100644 --- a/tower_cli/constants.py +++ b/tower_cli/constants.py @@ -13,7 +13,7 @@ # limitations under the License. -VERSION = '3.3.5' +VERSION = '3.3.6' # This is the release number for the RPM builds RELEASE = 1 CUR_API_VERSION = 'v2'