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
44
55Here you can see the full list of changes between each Python API release.
66
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+
711v3.0.39 (2019 February 20)
812=====================
913- 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 1717
1818setup (
1919 name = 'shotgun_api3' ,
20- version = '3.0.39 ' ,
20+ version = '3.0.40 ' ,
2121 description = 'Shotgun Python API ' ,
2222 long_description = readme ,
2323 author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 9292
9393# ----------------------------------------------------------------------------
9494# Version
95- __version__ = "3.0.39 "
95+ __version__ = "3.0.40 "
9696
9797# ----------------------------------------------------------------------------
9898# Errors
You can’t perform that action at this time.
0 commit comments