From a199f04f23ed4e8d0753bf9d95af95c5a3b6a42d Mon Sep 17 00:00:00 2001 From: Barbara Laigneau <38566472+barbara-darkshot@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:30:55 +0200 Subject: [PATCH] Packaging for v3.5.1 (#335) --- HISTORY.rst | 6 ++++++ setup.py | 2 +- shotgun_api3/shotgun.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 24ccbee0..af065fe8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Flow Production Tracking Python API Changelog Here you can see the full list of changes between each Python API release. +v3.5.1 (2024 Apr 3) +=================== +- Documentation: Revert to Shotgun in the API Reference headers to keep consistency with the API methods +- Mockgun: fix entity data type +- Mockgun: add support for ``add_user_agent`` and ``set_session_uuid`` methods + v3.5.0 (2024 Mar 26) =================== - Rebranding component for Flow Production Tracking diff --git a/setup.py b/setup.py index cb159630..25182874 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.5.0', + version='3.5.1', description='Flow Production Tracking Python API ', long_description=readme, author='Autodesk', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 03766426..c35d7644 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -122,7 +122,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.5.0" +__version__ = "3.5.1" # ---------------------------------------------------------------------------- # Errors