Skip to content

Commit

Permalink
Packaging up for the 3.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
willis102 committed Aug 29, 2019
1 parent 267b811 commit d27fb2e
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.1.1 (2019 August 29)
=====================
- Fixes a regression on Python 2.7.0-2.7.9 on Windows with the mimetypes module.

v3.1.0 (2019 July 29)
=====================
- Adds support for Python 3.7
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.1.0',
version='3.1.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.1.0"
__version__ = "3.1.1"

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

0 comments on commit d27fb2e

Please sign in to comment.