Skip to content

Commit b6545dd

Browse files
committed
Getting the repo ready for the 3.0.27 release.
1 parent c4f4c00 commit b6545dd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ Integration and unit tests are provided.
5353

5454
## Changelog
5555

56-
**v3.0.27 - TBD**
56+
**v3.0.27 - 2016 Feb 18**
57+
58+
+ Make sure HTTP proxy authentication works with the @ character in a password.
59+
+ Make sure sudo authentication test works with Shotgun versions after 6.3.10
60+
+ Smarter uploading of thumbnails and filmstrips with the upload() method.
61+
+ Improve Travis build integration of the Python-API to run the full suite of
62+
API tests instead of just the unit and client tests.
5763

5864
**v3.0.26 - 2016 Feb 1**
5965

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

7979
# ----------------------------------------------------------------------------
8080
# Version
81-
__version__ = "3.0.27.dev"
81+
__version__ = "3.0.27"
8282

8383
# ----------------------------------------------------------------------------
8484
# Errors

0 commit comments

Comments
 (0)