From d43e9ab2dc1d859b89c2b31764d1c61de7e23f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Boismenu?= Date: Thu, 7 Feb 2019 15:15:08 -0500 Subject: [PATCH] packaging for v3.0.38 --- HISTORY.rst | 10 ++++++---- shotgun_api3/shotgun.py | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ebb2f65d..75ea18dd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,18 +4,20 @@ Shotgun Python API Changelog Here you can see the full list of changes between each Python API release. -v3.0.38.dev +v3.0.38 (2019 February 7) ===================== -- TBD +- Upgrades the version of ``httplib2`` to ``0.12.0``, which fixes SNI issues. Note this + version contains a more recent list of certificate authorities. If you are running Shotgun locally and have + signed your https certificate with an outdated certificate authority, the Shotgun connection will be rejected. -v3.0.37 +v3.0.37 (2018 July 19) ===================== - 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. - Adds support for querying preferences from Shotgun via the new preferences_read method. - Under-the-hood changes to add support for direct to s3 uploads to Shotgun. This change should be transparent to users. -v3.0.36 +v3.0.36 (2018 April 3) ===================== - Fixes an error where ``connect=False`` during ``__init__`` would still connect to Shotgun. diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index d6f8023d..23b769a1 100755 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -92,7 +92,7 @@ # ---------------------------------------------------------------------------- # Version -__version__ = "3.0.38.dev" +__version__ = "3.0.38" # ---------------------------------------------------------------------------- # Errors