From 1bdb18ed6bd286a3f04aeb6631b88b9b79d9ebd7 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Tue, 25 Apr 2023 16:02:23 -0500 Subject: [PATCH 1/4] Packaging for v3.3.6 --- HISTORY.rst | 10 ++++++++++ setup.py | 2 +- shotgun_api3/shotgun.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a03d3f40f..ac04a8796 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,16 @@ ShotGrid Python API Changelog Here you can see the full list of changes between each Python API release. +v3.3.6 (2023 Apr 25) +==================== +- 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. + 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 From 36ad4c28582bcd24530f4372a27b12268bf389d4 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Wed, 26 Apr 2023 08:51:51 -0500 Subject: [PATCH 2/4] Bump version to v3.3.6.dev --- HISTORY.rst | 2 +- shotgun_api3/shotgun.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ac04a8796..31a4ee19e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ ShotGrid Python API Changelog Here you can see the full list of changes between each Python API release. -v3.3.6 (2023 Apr 25) +v3.3.6 (TBD) ==================== - Update docs for entity fields. - Fix typo. diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 00087a5a7..e0aa5e037 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -122,7 +122,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.3.6" +__version__ = "3.3.6.dev" # ---------------------------------------------------------------------------- # Errors From 97443fa30bb2002140d9acdbd5cdef012f449deb Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Wed, 26 Apr 2023 09:05:53 -0500 Subject: [PATCH 3/4] Bump version to v3.3.6.dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37b56dbae..159190964 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.3.6', + version='3.3.6.dev', description='Shotgun Python API ', long_description=readme, author='Shotgun Software', From 4638711bd743e0db5e6bb11871bc2a3909fb6900 Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Mon, 28 Aug 2023 15:20:33 -0500 Subject: [PATCH 4/4] Update version strings --- HISTORY.rst | 4 +++- setup.py | 2 +- shotgun_api3/shotgun.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 31a4ee19e..abbd9d8ab 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ ShotGrid Python API Changelog Here you can see the full list of changes between each Python API release. -v3.3.6 (TBD) +v3.3.6 (2023 Aug 29) ==================== - Update docs for entity fields. - Fix typo. @@ -13,6 +13,8 @@ v3.3.6 (TBD) - 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) ==================== diff --git a/setup.py b/setup.py index 159190964..37b56dbae 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.3.6.dev', + 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 e0aa5e037..00087a5a7 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -122,7 +122,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.3.6.dev" +__version__ = "3.3.6" # ---------------------------------------------------------------------------- # Errors