File tree 3 files changed +11
-3
lines changed 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,14 @@ Integration and unit tests are provided.
53
53
54
54
## Changelog
55
55
56
+ ** v3.0.19 - 2015 Mar 25**
57
+
58
+ + Add ability to authenticate with Shotgun using ` session_token ` .
59
+ + Add ` get_session_token() ` method for obtaining token to authenticate with.
60
+ + Add new ` AuthenticationFault ` exception type to indicate when server communication has failed due to authentication reasons.
61
+ + Add support for ` SHOTGUN_API_CACERTS ` environment variable to provide location of external SSL certificates file.
62
+ + Fixes and updates to various tests
63
+
56
64
** v3.0.18 - 2015 Mar 13**
57
65
58
66
+ Add ability to query the per-project visibility status for entities, fields and statuses. (requires Shotgun server >= v5.4.4)
@@ -73,7 +81,7 @@ Integration and unit tests are provided.
73
81
74
82
+ Fixed bug which allowed a value of None for password parameter in authenticate_human_user
75
83
+ Add follow, unfollow and followers methods
76
- + Added ability to login as human user
84
+ + Add ability to login as human user
77
85
+ Ensure that webm/mp4 mime types are always available
78
86
+ Updated link to video tour in README
79
87
+ Fixes and updates to various tests
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.18 ' ,
20
+ version = '3.0.19 ' ,
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 76
76
77
77
# ----------------------------------------------------------------------------
78
78
# Version
79
- __version__ = "3.0.19.dev "
79
+ __version__ = "3.0.19"
80
80
81
81
# ----------------------------------------------------------------------------
82
82
# Errors
You can’t perform that action at this time.
0 commit comments