Skip to content

Commit

Permalink
packaging for the v3.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eshokrgozar committed Apr 21, 2020
1 parent dcfcfba commit 56d5da7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Shotgun Python API Changelog

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

v3.2.3 (2020 Apr 21)
=====================
- Fixes an import bug in httplib2 by using the `forked repository <https://github.com/shotgunsoftware/httplib2>`_.

v3.2.2 (2019 Dec 11)
=====================
- Upgrades packaged six module to 1.13.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='shotgun_api3',
version='3.2.2',
version='3.2.3',
description='Shotgun Python API ',
long_description=readme,
author='Shotgun Software',
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _is_mimetypes_broken():

# ----------------------------------------------------------------------------
# Version
__version__ = "3.2.2"
__version__ = "3.2.3"

# ----------------------------------------------------------------------------
# Errors
Expand Down

0 comments on commit 56d5da7

Please sign in to comment.