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
4
4
5
5
Here you can see the full list of changes between each Python API release.
6
6
7
+ v3.2.3 (2020 Apr 21)
8
+ =====================
9
+ - Fixes an import bug in httplib2 by using the `forked repository <https://github.com/shotgunsoftware/httplib2 >`_.
10
+
7
11
v3.2.2 (2019 Dec 11)
8
12
=====================
9
13
- Upgrades packaged six module to 1.13.0
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = 'shotgun_api3' ,
30
- version = '3.2.2 ' ,
30
+ version = '3.2.3 ' ,
31
31
description = 'Shotgun Python API ' ,
32
32
long_description = readme ,
33
33
author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def _is_mimetypes_broken():
117
117
118
118
# ----------------------------------------------------------------------------
119
119
# Version
120
- __version__ = "3.2.2 "
120
+ __version__ = "3.2.3 "
121
121
122
122
# ----------------------------------------------------------------------------
123
123
# Errors
You can’t perform that action at this time.
0 commit comments