From 2fd472cbcf1b64187517bee4398b651b0ad3f846 Mon Sep 17 00:00:00 2001 From: Ariel Calzada Date: Mon, 27 Sep 2021 08:09:57 -0500 Subject: [PATCH] Packaging for 3.3.2 (#251) * Bump the new version for the python api * Fix typo * Remove irrelevant notes for clients and change the release date --- HISTORY.rst | 4 ++++ setup.py | 2 +- shotgun_api3/shotgun.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index fd2bf5f0..116e04d2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,10 @@ ShotGrid Python API Changelog Here you can see the full list of changes between each Python API release. +v3.3.2 (2021 September 27) +========================== +- Updates version of httplib2. + v3.3.1 (2021 July 12) ===================== - Implements retries with incremental backoff on 502 errors. diff --git a/setup.py b/setup.py index 5988fbe0..4e5f74b4 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.3.1', + version='3.3.2', description='Shotgun Python API ', long_description=readme, author='Shotgun Software', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 2683c396..de7fccb7 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -117,7 +117,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.3.1" +__version__ = "3.3.2" # ---------------------------------------------------------------------------- # Errors