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 @@ -4,11 +4,14 @@ Shotgun Python API Changelog
44
55Here you can see the full list of changes between each Python API release.
66
7- v3.0.32.dev (TBD )
8- =================
7+ v3.0.32 (2016 Sep 22 )
8+ =====================
99
1010- Optimized import speed of the API on Python 2.7.
1111- Integrated the latest fixes to the ``mimetypes `` module.
12+ - Added ``nav_expand() `` method as an experimental, internal method for querying SG hierarchy.
13+ - Ported all documentation to sphinx. See http://developer.shotgunsoftware.com/python-api.
14+ - Moved Changelog to dedicated HISTORY file.
1215
1316v3.0.31 (2016 May 18)
1417=====================
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'shotgun_api3' ,
20- version = '3.0.31 ' ,
20+ version = '3.0.32 ' ,
2121 description = 'Shotgun Python API ' ,
2222 long_description = readme ,
2323 author = 'Shotgun Software' ,
Original file line number Diff line number Diff line change 9292
9393# ----------------------------------------------------------------------------
9494# Version
95- __version__ = "3.0.32.dev "
95+ __version__ = "3.0.32"
9696
9797# ----------------------------------------------------------------------------
9898# Errors
You can’t perform that action at this time.
0 commit comments