From ecf804b3ab53ec94c2068f86278dc79d0dbcb14f Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio <123113322+carlos-villavicencio-adsk@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:22:45 -0500 Subject: [PATCH] Packaging for v3.4.2 (#329) * Packaging for v3.4.2 * Update vfx badge --- HISTORY.rst | 6 +++++- README.md | 4 ++-- setup.py | 2 +- shotgun_api3/shotgun.py | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0fd71223..0b923f21 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,11 @@ ShotGrid Python API Changelog Here you can see the full list of changes between each Python API release. -v3.4.1 (2023 Jan 29) +v3.4.2 (2024 Feb 6) +=================== +- Add support for Python 3.11 + +v3.4.1 (2024 Jan 29) ==================== - Flaky Tests - Documentation: Fix issue regarding "in" filter prototype diff --git a/README.md b/README.md index 43632108..161612f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![VFX Platform](https://img.shields.io/badge/vfxplatform-2023%202022%202021%202020-blue.svg)](http://www.vfxplatform.com/) -[![Python 3.7 3.9 3.10](https://img.shields.io/badge/python-3.7%20%7C%203.9%20%7C%203.10-blue.svg)](https://www.python.org/) +[![VFX Platform](https://img.shields.io/badge/vfxplatform-2024%20%7C%202023%20%7C%202022%20%7C%202021-blue.svg)](http://www.vfxplatform.com/) +[![Python](https://img.shields.io/badge/python-3.7%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue.svg)](https://www.python.org/) [![Reference Documentation](http://img.shields.io/badge/doc-reference-blue.svg)](http://developer.shotgridsoftware.com/python-api) [![Build Status](https://dev.azure.com/shotgun-ecosystem/Python%20API/_apis/build/status/shotgunsoftware.python-api?branchName=master)](https://dev.azure.com/shotgun-ecosystem/Python%20API/_build/latest?definitionId=108&branchName=master) [![Coverage Status](https://coveralls.io/repos/github/shotgunsoftware/python-api/badge.svg?branch=master)](https://coveralls.io/github/shotgunsoftware/python-api?branch=master) diff --git a/setup.py b/setup.py index 00e14021..93a9de94 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='shotgun_api3', - version='3.4.1', + version='3.4.2', description='ShotGrid Python API ', long_description=readme, author='ShotGrid Software', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index e0ca395b..2ec07823 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -122,7 +122,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.4.1" +__version__ = "3.4.2" # ---------------------------------------------------------------------------- # Errors