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
4
4
5
5
Here you can see the full list of changes between each Python API release.
6
6
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
+
7
14
v3.0.34 (2017 September 18)
8
15
=====================
9
16
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.34 ' ,
20
+ version = '3.0.35 ' ,
21
21
description = 'Shotgun Python API ' ,
22
22
long_description = readme ,
23
23
author = 'Shotgun Software' ,
27
27
packages = find_packages (exclude = ('tests' ,)),
28
28
script_args = script_args ,
29
29
include_package_data = True ,
30
- package_data = {'' : [ 'cacerts.txt' ]},
30
+ package_data = {'' : ['cacerts.txt' ]},
31
31
zip_safe = False ,
32
32
)
Original file line number Diff line number Diff line change 91
91
92
92
# ----------------------------------------------------------------------------
93
93
# Version
94
- __version__ = "3.0.34 "
94
+ __version__ = "3.0.35 "
95
95
96
96
# ----------------------------------------------------------------------------
97
97
# Errors
You can’t perform that action at this time.
0 commit comments