Skip to content

Commit

Permalink
packaging for v3.0.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KP committed Aug 14, 2015
1 parent ac36810 commit e029663
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Integration and unit tests are provided.

## Changelog

**v3.0.21 - 2015 Aug 13**

+ Update bundled httplib2 module to latest v0.9.1 - fixes some bugs

**v3.0.20 - 2015 Jun 10**

+ Add authentication support for Shotgun servers with two-factor authentication turned on.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='shotgun_api3',
version='3.0.20',
version='3.0.21',
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 @@ -76,7 +76,7 @@

# ----------------------------------------------------------------------------
# Version
__version__ = "3.0.21.dev"
__version__ = "3.0.21"

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

0 comments on commit e029663

Please sign in to comment.