Skip to content

Commit d43e9ab

Browse files
author
Jean-François Boismenu
committed
packaging for v3.0.38
1 parent 19c1f1d commit d43e9ab

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

HISTORY.rst

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

55
Here you can see the full list of changes between each Python API release.
66

7-
v3.0.38.dev
7+
v3.0.38 (2019 February 7)
88
=====================
9-
- TBD
9+
- Upgrades the version of ``httplib2`` to ``0.12.0``, which fixes SNI issues. Note this
10+
version contains a more recent list of certificate authorities. If you are running Shotgun locally and have
11+
signed your https certificate with an outdated certificate authority, the Shotgun connection will be rejected.
1012

11-
v3.0.37
13+
v3.0.37 (2018 July 19)
1214
=====================
1315

1416
- Proper support added for unicode and utf-8 string paths given to upload methods, and a sane error is raised when an unusable string encoding is used.
1517
- Adds support for querying preferences from Shotgun via the new preferences_read method.
1618
- Under-the-hood changes to add support for direct to s3 uploads to Shotgun. This change should be transparent to users.
1719

18-
v3.0.36
20+
v3.0.36 (2018 April 3)
1921
=====================
2022

2123
- Fixes an error where ``connect=False`` during ``__init__`` would still connect to Shotgun.

shotgun_api3/shotgun.py

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

9393
# ----------------------------------------------------------------------------
9494
# Version
95-
__version__ = "3.0.38.dev"
95+
__version__ = "3.0.38"
9696

9797
# ----------------------------------------------------------------------------
9898
# Errors

0 commit comments

Comments
 (0)