Skip to content

Commit 475b636

Browse files
author
Neil Grey
committed
Packaging for the v3.0.30 release
1 parent c89da30 commit 475b636

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ Integration and unit tests are provided.
5555

5656
## Changelog
5757

58-
**v3.0.30.dev - TBD**
58+
**v3.0.30 - 2016 Apr 25**
5959

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

6265
**v3.0.29 - 2016 Mar 7**
6366

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='shotgun_api3',
20-
version='3.0.30.dev',
20+
version='3.0.30',
2121
description='Shotgun Python API ',
2222
long_description=readme,
2323
author='Shotgun Software',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
# ----------------------------------------------------------------------------
8080
# Version
81-
__version__ = "3.0.30.dev"
81+
__version__ = "3.0.30"
8282

8383
# ----------------------------------------------------------------------------
8484
# Errors

0 commit comments

Comments
 (0)