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'