diff --git a/HISTORY.rst b/HISTORY.rst index a03d3f40f..abbd9d8ab 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,18 @@ ShotGrid Python API Changelog Here you can see the full list of changes between each Python API release. +v3.3.6 (2023 Aug 29) +==================== +- Update docs for entity fields. +- Fix typo. +- Fix incorrect hint. +- Reformat code examples to prevent text overflow. +- Bump certifi from 2020.06.20 to 2022.12.7 in /shotgun_api3/lib. +- Skip SG-MIM entities. +- Replace shotgunsoftware references. +- Deprecation of Python 2. +- Security upgrade certifi to latest version 2023.07.22. + v3.3.5 (2023 Jan 5) ==================== - Add "Setting Up Your Environment with the Python API" to Python Docs (python-api docs). diff --git a/setup.py b/setup.py index 6462d1781..37b56dbae 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.3.5', + version='3.3.6', description='Shotgun Python API ', long_description=readme, author='Shotgun Software', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 27a2b0e82..00087a5a7 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -122,7 +122,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.3.5" +__version__ = "3.3.6" # ---------------------------------------------------------------------------- # Errors