File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,12 @@ Integration and unit tests are provided.
55
55
56
56
## Changelog
57
57
58
- ** v3.0.30.dev - TBD **
58
+ ** v3.0.30 - 2016 Apr 25 **
59
59
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
61
64
62
65
** v3.0.29 - 2016 Mar 7**
63
66
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.30.dev ' ,
20
+ version = '3.0.30' ,
21
21
description = 'Shotgun Python API ' ,
22
22
long_description = readme ,
23
23
author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 78
78
79
79
# ----------------------------------------------------------------------------
80
80
# Version
81
- __version__ = "3.0.30.dev "
81
+ __version__ = "3.0.30"
82
82
83
83
# ----------------------------------------------------------------------------
84
84
# Errors
You can’t perform that action at this time.
0 commit comments