File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ 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.3.5 (2023 Jan 5)
8
+ ====================
9
+ - Add "Setting Up Your Environment with the Python API" to Python Docs (python-api docs).
10
+ - [Python API Documentation] Update Python version requirements.
11
+ - Rename Shotgun to Shotgrid in every about text like tk-multi-demo git repository.
12
+ - Rename Shotgun servers to ShotGrid servers in the documentation.
13
+
7
14
v3.3.4 (2022 June 9)
8
15
====================
9
16
- Adds Retries on 503 Errors when uploading to S3.
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'shotgun_api3' ,
30
- version = '3.3.4 ' ,
30
+ version = '3.3.5 ' ,
31
31
description = 'Shotgun Python API ' ,
32
32
long_description = readme ,
33
33
author = 'Shotgun 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.3.4 "
125
+ __version__ = "3.3.5 "
126
126
127
127
# ----------------------------------------------------------------------------
128
128
# Errors
You can’t perform that action at this time.
0 commit comments