Skip to content

Commit

Permalink
packaging for 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfboismenu committed Jul 12, 2021
1 parent 1b0a136 commit a4231a5
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 @@ ShotGrid Python API Changelog

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

v3.3.1 (2021 July 12)
=====================
- Implements retries with incremental backoff on 502 errors.

v3.3.0 (2021 Jun 7)
===================
- Updates documentation and error messages to mention ShotGrid.
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.3.0',
version='3.3.1',
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.3.0"
__version__ = "3.3.1"

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

0 comments on commit a4231a5

Please sign in to comment.