File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Shotgun 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.0.40 (2019 March 13)
8
+ =====================
9
+ - Updates encoding method to use shutil when uploading, to avoid memory and overflow errors when reading large files. (contributed by @eestrada)
10
+
7
11
v3.0.39 (2019 February 20)
8
12
=====================
9
13
- Ensures the certificates packaged with the API and those specified via the `SHOTGUN_API_CACERTS ` environment variable
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.39 ' ,
20
+ version = '3.0.40 ' ,
21
21
description = 'Shotgun Python API ' ,
22
22
long_description = readme ,
23
23
author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 92
92
93
93
# ----------------------------------------------------------------------------
94
94
# Version
95
- __version__ = "3.0.39 "
95
+ __version__ = "3.0.40 "
96
96
97
97
# ----------------------------------------------------------------------------
98
98
# Errors
You can’t perform that action at this time.
0 commit comments