File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ ShotGrid Python API Changelog
44
55Here you can see the full list of changes between each Python API release.
66
7- v3.4.1 (2023 Jan 29)
7+ v3.4.2 (2024 Feb 6)
8+ ===================
9+ - Add support for Python 3.11
10+
11+ v3.4.1 (2024 Jan 29)
812====================
913- Flaky Tests
1014- Documentation: Fix issue regarding "in" filter prototype
Original file line number Diff line number Diff line change 1- [ ![ VFX Platform] ( https://img.shields.io/badge/vfxplatform-2023% 202022%202021%202020 -blue.svg )] ( http://www.vfxplatform.com/ )
2- [ ![ 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/ )
1+ [ ![ VFX Platform] ( https://img.shields.io/badge/vfxplatform-2024%20%7C%202023%20%7C% 202022%20%7C%202021 -blue.svg )] ( http://www.vfxplatform.com/ )
2+ [ ![ 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/ )
33[ ![ Reference Documentation] ( http://img.shields.io/badge/doc-reference-blue.svg )] ( http://developer.shotgridsoftware.com/python-api )
44[ ![ 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 )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/shotgunsoftware/python-api/badge.svg?branch=master )] ( https://coveralls.io/github/shotgunsoftware/python-api?branch=master )
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'shotgun_api3' ,
30- version = '3.4.1 ' ,
30+ version = '3.4.2 ' ,
3131 description = 'ShotGrid Python API ' ,
3232 long_description = readme ,
3333 author = 'ShotGrid Software' ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def _is_mimetypes_broken():
122122
123123# ----------------------------------------------------------------------------
124124# Version
125- __version__ = "3.4.1 "
125+ __version__ = "3.4.2 "
126126
127127# ----------------------------------------------------------------------------
128128# Errors
You can’t perform that action at this time.
0 commit comments