Skip to content

Commit

Permalink
packaging for v3.0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KP committed Jul 10, 2014
1 parent 854e645 commit cf72c73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Integration and unit tests are provided.

## Changelog

**v3.0.17 - 2014 Jul 10**

+ Add ability to update last_accessed_by_current_user on Project.
+ Add workaround for bug in Python 2.7 mimetypes library on Windows (http://bugs.python.org/issue9291)
+ Add platform and Python version to user-agent (eg. "shotgun-json (3.0.17); Python 2.7 (Mac)")

**v3.0.16 - 2014 May 23**

+ Add flag to ignore entities from archived projects.
Expand All @@ -66,7 +72,7 @@ Integration and unit tests are provided.
+ Added ability to login as human user
+ Ensure that webm/mp4 mime types are always available
+ Updated link to video tour in README
+ Fixes and update to various tests
+ Fixes and updates to various tests

**v3.0.14 - 2013 Jun 26**

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.16',
version='3.0.17',
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 @@ -75,7 +75,7 @@

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

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

0 comments on commit cf72c73

Please sign in to comment.