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