File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Shotgun Python API Changelog
44
55Here you can see the full list of changes between each Python API release.
66
7+ v3.0.35 (2017 December 8)
8+ =====================
9+
10+ - Add exception UserCredentialsNotAllowedForSSOAuthenticationFault.
11+ Triggered when attempting to initiate a connection with a username/password
12+ pair on an SSO-enabled Shotgun site.
13+
714v3.0.34 (2017 September 18)
815=====================
916
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'shotgun_api3' ,
20- version = '3.0.34 ' ,
20+ version = '3.0.35 ' ,
2121 description = 'Shotgun Python API ' ,
2222 long_description = readme ,
2323 author = 'Shotgun Software' ,
2727 packages = find_packages (exclude = ('tests' ,)),
2828 script_args = script_args ,
2929 include_package_data = True ,
30- package_data = {'' : [ 'cacerts.txt' ]},
30+ package_data = {'' : ['cacerts.txt' ]},
3131 zip_safe = False ,
3232)
Original file line number Diff line number Diff line change 9191
9292# ----------------------------------------------------------------------------
9393# Version
94- __version__ = "3.0.34 "
94+ __version__ = "3.0.35 "
9595
9696# ----------------------------------------------------------------------------
9797# Errors
You can’t perform that action at this time.
0 commit comments