diff --git a/README.md b/README.md index 8f43f77b..192064cf 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/setup.py b/setup.py index c9124b88..7f98848a 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 999e6c91..55a85d3f 100755 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -78,7 +78,7 @@ # ---------------------------------------------------------------------------- # Version -__version__ = "3.0.30.dev" +__version__ = "3.0.30" # ---------------------------------------------------------------------------- # Errors