Skip to content

Commit c8e94f3

Browse files
author
KP
committed
packaging for v3.0.32 release
1 parent b5138d6 commit c8e94f3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

HISTORY.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ Shotgun Python API Changelog
44

55
Here 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

1316
v3.0.31 (2016 May 18)
1417
=====================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
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',

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
# ----------------------------------------------------------------------------
9494
# Version
95-
__version__ = "3.0.32.dev"
95+
__version__ = "3.0.32"
9696

9797
# ----------------------------------------------------------------------------
9898
# Errors

0 commit comments

Comments
 (0)