diff --git a/HISTORY.rst b/HISTORY.rst index 4b139084..32510d34 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ===================== diff --git a/setup.py b/setup.py index 49533ae6..df794086 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index bb686ffb..ab33f699 100644 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -117,7 +117,7 @@ def _is_mimetypes_broken(): # ---------------------------------------------------------------------------- # Version -__version__ = "3.2.1.dev" +__version__ = "3.2.1" # ---------------------------------------------------------------------------- # Errors