Skip to content

Commit

Permalink
Packaging for the v3.0.30 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Grey committed Apr 25, 2016
1 parent c89da30 commit 475b636
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ Integration and unit tests are provided.

## Changelog

**v3.0.30.dev - TBD**
**v3.0.30 - 2016 Apr 25**

+ TBD
+ Add option to use add/remove/set modes when updating multi-entity fields
+ Add explicit file handler close to download_attachment
+ Add basic find() ordering support to mockgun
+ Allow for product specific authorization parameters

**v3.0.29 - 2016 Mar 7**

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.30.dev',
version='3.0.30',
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 @@ -78,7 +78,7 @@

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

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

0 comments on commit 475b636

Please sign in to comment.