Skip to content

Commit 2fd472c

Browse files
Packaging for 3.3.2 (#251)
* Bump the new version for the python api * Fix typo * Remove irrelevant notes for clients and change the release date
1 parent 7ac2ccd commit 2fd472c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ ShotGrid Python API Changelog
44

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

7+
v3.3.2 (2021 September 27)
8+
==========================
9+
- Updates version of httplib2.
10+
711
v3.3.1 (2021 July 12)
812
=====================
913
- Implements retries with incremental backoff on 502 errors.

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.3.1',
30+
version='3.3.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.3.1"
120+
__version__ = "3.3.2"
121121

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

0 commit comments

Comments
 (0)