Skip to content

Commit

Permalink
Packaging up for the 3.0.40 release
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriagrey committed Mar 13, 2019
1 parent 832ef7d commit fad9e85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Shotgun Python API Changelog

Here you can see the full list of changes between each Python API release.

v3.0.40 (2019 March 13)
=====================
- Updates encoding method to use shutil when uploading, to avoid memory and overflow errors when reading large files. (contributed by @eestrada)

v3.0.39 (2019 February 20)
=====================
- Ensures the certificates packaged with the API and those specified via the `SHOTGUN_API_CACERTS` environment variable
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='shotgun_api3',
version='3.0.39',
version='3.0.40',
description='Shotgun Python API ',
long_description=readme,
author='Shotgun Software',
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

# ----------------------------------------------------------------------------
# Version
__version__ = "3.0.39"
__version__ = "3.0.40"

# ----------------------------------------------------------------------------
# Errors
Expand Down

0 comments on commit fad9e85

Please sign in to comment.