From aaed90e4a5c6519dcb4a4ed68d3c89fb96853aea Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio <123113322+carlos-villavicencio-adsk@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:15:10 -0500 Subject: [PATCH] Packaging for v3.6.2 (#354) --- 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 3b7dd4d9..92bf444d 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.6.2 (2024 Aug 13) +==================== +- Remove Ticket entity reference and prepare this to run in CI. +- Condition auth for Jenkins environment. +- Update certifi to 2024.7.4. +- FIRST PHASE Python2 removing. + v3.6.1 (2024 Jun 6) =================== - Adds multi_entity_update_modes support to mockgun ``update()`` and ``batch()`` methods. diff --git a/setup.py b/setup.py index a0f51e76..c46fff40 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.6.1', + version='3.6.2', description='Flow Production Tracking Python API', long_description=readme, author='Autodesk', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index f5c2c520..99b2a595 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -116,7 +116,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.6.1" +__version__ = "3.6.2" # ---------------------------------------------------------------------------- # Errors