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.
5555
5656## Changelog
5757
58- ** v3.0.31.dev - TBD **
58+ ** v3.0.31 - 2016 May 18 **
5959
6060 + Add optional "additional_filter_presets" argument to find() and find_one()
61- + TBD
6261
6362** v3.0.30 - 2016 Apr 25**
6463
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'shotgun_api3' ,
20- version = '3.0.31.dev ' ,
20+ version = '3.0.31' ,
2121 description = 'Shotgun Python API ' ,
2222 long_description = readme ,
2323 author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 7878
7979# ----------------------------------------------------------------------------
8080# Version
81- __version__ = "3.0.31.dev "
81+ __version__ = "3.0.31"
8282
8383# ----------------------------------------------------------------------------
8484# Errors
You can’t perform that action at this time.
0 commit comments