File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Shotgun Python API Changelog
44
55Here you can see the full list of changes between each Python API release.
66
7+ v3.2.6 (2020 May 25)
8+ =====================
9+ - Now includes certifi and defaults to using the certificates provided with that module.
10+
711v3.2.4 (2020 May 25)
812=====================
913- Updates httplib2 to v0.18.0.
Original file line number Diff line number Diff line change 2727
2828setup (
2929 name = 'shotgun_api3' ,
30- version = '3.2.4 ' ,
30+ version = '3.2.6 ' ,
3131 description = 'Shotgun Python API ' ,
3232 long_description = readme ,
3333 author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def _is_mimetypes_broken():
117117
118118# ----------------------------------------------------------------------------
119119# Version
120- __version__ = "3.2.4 "
120+ __version__ = "3.2.6 "
121121
122122# ----------------------------------------------------------------------------
123123# Errors
You can’t perform that action at this time.
0 commit comments