Skip to content

Commit 9069888

Browse files
Preparing release v3.0.35 (#161)
1 parent 8eb9e3d commit 9069888

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Shotgun Python API Changelog
44

55
Here 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+
714
v3.0.34 (2017 September 18)
815
=====================
916

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
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',
@@ -27,6 +27,6 @@
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
)

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
# ----------------------------------------------------------------------------
9393
# Version
94-
__version__ = "3.0.34"
94+
__version__ = "3.0.35"
9595

9696
# ----------------------------------------------------------------------------
9797
# Errors

0 commit comments

Comments
 (0)