Skip to content

Commit

Permalink
Getting the repo ready for the 3.0.27 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfboismenu committed Feb 18, 2016
1 parent c4f4c00 commit b6545dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ Integration and unit tests are provided.

## Changelog

**v3.0.27 - TBD**
**v3.0.27 - 2016 Feb 18**

+ Make sure HTTP proxy authentication works with the @ character in a password.
+ Make sure sudo authentication test works with Shotgun versions after 6.3.10
+ Smarter uploading of thumbnails and filmstrips with the upload() method.
+ Improve Travis build integration of the Python-API to run the full suite of
API tests instead of just the unit and client tests.

**v3.0.26 - 2016 Feb 1**

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.26',
version='3.0.27',
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 @@ -78,7 +78,7 @@

# ----------------------------------------------------------------------------
# Version
__version__ = "3.0.27.dev"
__version__ = "3.0.27"

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

0 comments on commit b6545dd

Please sign in to comment.