Skip to content

Commit fad9e85

Browse files
committed
Packaging up for the 3.0.40 release
1 parent 832ef7d commit fad9e85

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Shotgun Python API Changelog
44

55
Here 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+
711
v3.0.39 (2019 February 20)
812
=====================
913
- Ensures the certificates packaged with the API and those specified via the `SHOTGUN_API_CACERTS` environment variable

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
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',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
# ----------------------------------------------------------------------------
9494
# Version
95-
__version__ = "3.0.39"
95+
__version__ = "3.0.40"
9696

9797
# ----------------------------------------------------------------------------
9898
# Errors

0 commit comments

Comments
 (0)