Skip to content

Commit e63f83a

Browse files
authored
Packaging for v3.2.2 release (#221)
1 parent 3ec86fe commit e63f83a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.2.2 (2019 Dec 11)
8+
=====================
9+
- Upgrades packaged six module to 1.13.0
10+
- Adds ``platform`` and ``normalize_platform`` to sgsix module to provide unified platform value across Python 2/3
11+
- Changes httplib import procedure to emulate direct import of the module
12+
- Adds test to ensure httplib2 is importable as expected
13+
714
v3.2.1 (2019 Oct 29)
815
=====================
916
- Returns a specific error from ``share_thumbnail`` when the source thumbnail is a 'transient' thumbnail.

setup.py

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

2828
setup(
2929
name='shotgun_api3',
30-
version='3.2.1',
30+
version='3.2.2',
3131
description='Shotgun Python API ',
3232
long_description=readme,
3333
author='Shotgun Software',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _is_mimetypes_broken():
117117

118118
# ----------------------------------------------------------------------------
119119
# Version
120-
__version__ = "3.2.1"
120+
__version__ = "3.2.2"
121121

122122
# ----------------------------------------------------------------------------
123123
# Errors

0 commit comments

Comments
 (0)