From 07d3d024d1c575930e02927206061eb975634a4b Mon Sep 17 00:00:00 2001 From: Norberto Moreno Date: Thu, 5 Jan 2023 16:02:12 -0500 Subject: [PATCH] packaging for the v3.3.5 release. --- HISTORY.rst | 7 +++++++ setup.py | 2 +- shotgun_api3/shotgun.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7f65b0c4..6cc547cb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,13 @@ ShotGrid Python API Changelog Here you can see the full list of changes between each Python API release. +v3.3.5 (2023 Jan 5) +==================== +- Add "Setting Up Your Environment with the Python API" to Python Docs (python-api docs). +- [Python API Documentation] Update Python version requirements. +- Rename Shotgun to Shotgrid in every about text like tk-multi-demo git repository. +- Rename Shotgun servers to ShotGrid servers in the documentation. + v3.3.4 (2022 June 9) ==================== - Adds Retries on 503 Errors when uploading to S3. diff --git a/setup.py b/setup.py index 923da82e..6462d178 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.3.4', + version='3.3.5', description='Shotgun Python API ', long_description=readme, author='Shotgun Software', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 928a1e3c..120d0489 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -122,7 +122,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.3.4" +__version__ = "3.3.5" # ---------------------------------------------------------------------------- # Errors