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
4
4
5
5
Here you can see the full list of changes between each Python API release.
6
6
7
- v3.0.32.dev (TBD )
8
- =================
7
+ v3.0.32 (2016 Sep 22 )
8
+ =====================
9
9
10
10
- Optimized import speed of the API on Python 2.7.
11
11
- 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.
12
15
13
16
v3.0.31 (2016 May 18)
14
17
=====================
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 ' ,
20
+ version = '3.0.32 ' ,
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 92
92
93
93
# ----------------------------------------------------------------------------
94
94
# Version
95
- __version__ = "3.0.32.dev "
95
+ __version__ = "3.0.32"
96
96
97
97
# ----------------------------------------------------------------------------
98
98
# Errors
You can’t perform that action at this time.
0 commit comments