File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,13 @@ Integration and unit tests are provided.
53
53
54
54
## Changelog
55
55
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.
57
63
58
64
** v3.0.26 - 2016 Feb 1**
59
65
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.26 ' ,
20
+ version = '3.0.27 ' ,
21
21
description = 'Shotgun Python API ' ,
22
22
long_description = readme ,
23
23
author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 78
78
79
79
# ----------------------------------------------------------------------------
80
80
# Version
81
- __version__ = "3.0.27.dev "
81
+ __version__ = "3.0.27"
82
82
83
83
# ----------------------------------------------------------------------------
84
84
# Errors
You can’t perform that action at this time.
0 commit comments