From 527812cb1c06333e493497b9b6debed9a7354891 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio <123113322+carlos-villavicencio-adsk@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:38:22 -0500 Subject: [PATCH] Packaging for v3.5.0 (#333) --- 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 6e3f139f..24ccbee0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,10 @@ Flow Production Tracking Python API Changelog Here you can see the full list of changes between each Python API release. +v3.5.0 (2024 Mar 26) +=================== +- Rebranding component for Flow Production Tracking + v3.4.2 (2024 Feb 6) =================== - Add support for Python 3.11 diff --git a/setup.py b/setup.py index a2624aea..cb159630 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.4.2', + version='3.5.0', description='Flow Production Tracking Python API ', long_description=readme, author='Autodesk', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 4a55145a..03766426 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -122,7 +122,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.4.2" +__version__ = "3.5.0" # ---------------------------------------------------------------------------- # Errors