Skip to content

Commit

Permalink
Prepares release 3.2.1 (#216)
Browse files Browse the repository at this point in the history
* Prepares release 3.2.1
  • Loading branch information
brandonvfx authored Oct 29, 2019
1 parent cc3e080 commit 42f20a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Shotgun Python API Changelog

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

v3.2.1 (TBD)
v3.2.1 (2019 Oct 29)
=====================
- Returns a specific error from 'share_thumbnail' when the source thumbnail is a 'transient' thumbnail.
- Returns a specific error from ``share_thumbnail`` when the source thumbnail is a 'transient' thumbnail.

v3.2.0 (2019 Sept 23)
=====================
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.0',
version='3.2.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.2.1.dev"
__version__ = "3.2.1"

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

0 comments on commit 42f20a8

Please sign in to comment.