From 11db780c4a18993130a988d73f9e50bd7d17e53f Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio <123113322+carlos-villavicencio-adsk@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:19:55 -0500 Subject: [PATCH] Packaging for the v3.4.0 (#306) --- HISTORY.rst | 9 +++++++++ setup.py | 4 ++-- shotgun_api3/shotgun.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index abbd9d8a..14e1b900 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,15 @@ ShotGrid Python API Changelog Here you can see the full list of changes between each Python API release. +v3.4.0 (2023 Sep 22) +==================== +- Started support for Python 3.10 for CI. +- Add documentation for PublishedFiles preset filters. +- Upgrade httplib2 to 0.22.0. +- Update licensing. +- Updates Autodesk URLs. +- Fix flaky tests. + v3.3.6 (2023 Aug 29) ==================== - Update docs for entity fields. diff --git a/setup.py b/setup.py index 12e5e620..1df41044 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ setup( name='shotgun_api3', - version='3.3.6', - description='Shotgun Python API ', + version='3.4.0', + description='ShotGrid Python API ', long_description=readme, author='ShotGrid Software', author_email='https://www.autodesk.com/support/contact-support', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 7d20906e..e0af1cf4 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.4.0" # ---------------------------------------------------------------------------- # Errors