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
4
4
5
5
Here you can see the full list of changes between each Python API release.
6
6
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)
8
12
====================
9
13
- Flaky Tests
10
14
- 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/ )
3
3
[ ![ Reference Documentation] ( http://img.shields.io/badge/doc-reference-blue.svg )] ( http://developer.shotgridsoftware.com/python-api )
4
4
[ ![ 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 )
5
5
[ ![ 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 27
27
28
28
setup (
29
29
name = 'shotgun_api3' ,
30
- version = '3.4.1 ' ,
30
+ version = '3.4.2 ' ,
31
31
description = 'ShotGrid Python API ' ,
32
32
long_description = readme ,
33
33
author = 'ShotGrid Software' ,
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def _is_mimetypes_broken():
122
122
123
123
# ----------------------------------------------------------------------------
124
124
# Version
125
- __version__ = "3.4.1 "
125
+ __version__ = "3.4.2 "
126
126
127
127
# ----------------------------------------------------------------------------
128
128
# Errors
You can’t perform that action at this time.
0 commit comments