File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Some useful direct links within this section are below:
2323* [ Reference: Filter Syntax] ( https://github.com/shotgunsoftware/python-api/wiki/Reference%3A-Filter-Syntax )
2424
2525## Changelog
26- ** v3.0.5 - 2010 Dec 1 **
26+ ** v3.0.5 - 2010 Dec 20 **
2727
2828 + officially remove support for old api3_preview controller
2929 + find(): allow requesting a specific page of results instead of returning them all at once
Original file line number Diff line number Diff line change 3232# https://support.shotgunsoftware.com/forums/48807-developer-api-info
3333# ---------------------------------------------------------------------------------------------
3434
35- __version__ = "3.0.5 Dev "
35+ __version__ = "3.0.5"
3636
3737# ---------------------------------------------------------------------------------------------
3838# SUMMARY
5858# CHANGELOG
5959# ---------------------------------------------------------------------------------------------
6060"""
61- +v3.0.5 Dev - 2010 Dec 01
61+ +v3.0.5 - 2010 Dec 20
6262 + officially remove support for old api3_preview controller
6363 + find(): allow requesting a specific page of results instead of returning them all at once
6464
You can’t perform that action at this time.
0 commit comments