File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,9 @@ Integration and unit tests are provided.
55
55
56
56
## Changelog
57
57
58
- ** v3.0.31.dev - TBD **
58
+ ** v3.0.31 - 2016 May 18 **
59
59
60
60
+ Add optional "additional_filter_presets" argument to find() and find_one()
61
- + TBD
62
61
63
62
** v3.0.30 - 2016 Apr 25**
64
63
Original file line number Diff line number Diff line change 17
17
18
18
setup (
19
19
name = 'shotgun_api3' ,
20
- version = '3.0.31.dev ' ,
20
+ version = '3.0.31' ,
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.31.dev "
81
+ __version__ = "3.0.31"
82
82
83
83
# ----------------------------------------------------------------------------
84
84
# Errors
You can’t perform that action at this time.
0 commit comments