Skip to content

Commit 42f20a8

Browse files
authored
Prepares release 3.2.1 (#216)
* Prepares release 3.2.1
1 parent cc3e080 commit 42f20a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Shotgun Python API Changelog
44

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

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

1111
v3.2.0 (2019 Sept 23)
1212
=====================

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.2.0',
30+
version='3.2.1',
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.2.1.dev"
120+
__version__ = "3.2.1"
121121

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

0 commit comments

Comments
 (0)