From 242caaa6aca7f687f5cc34f51e392f99b4d29c05 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Tue, 25 Feb 2025 10:27:08 -0500 Subject: [PATCH] Packaging for 3.8.1 --- 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 a2981b9c2..47b375bfb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,13 @@ Flow Production Tracking Python API Changelog Here you can see the full list of changes between each Python API release. +v3.8.1 (2025 Feb 25) +==================== + +- Upgrade certifi to 2024.12.14. +- Apply black 25.1.0 formatting to the source code. +- Update Software Credits + v3.8.0 (2025 Feb 7) =================== diff --git a/setup.py b/setup.py index f92018fe1..2d982ec22 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="shotgun_api3", - version="3.8.0", + version="3.8.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 a805fa5f4..455ed477e 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -122,7 +122,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.8.0" +__version__ = "3.8.1" # ---------------------------------------------------------------------------- # Errors