Skip to content

Commit

Permalink
packaging for v3.0.34 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfboismenu committed Sep 18, 2017
1 parent d4a2d50 commit 96fea83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Shotgun Python API Changelog

Here you can see the full list of changes between each Python API release.

v3.0.34 (2017 September 18)
=====================

- Optimized pagination strategy for Shotgun 7.4+
- Switched from a hard-coded value of 500 for "records_per_page" to a server-defined value. We will be experimenting with higher values with the goal of increasing performance for large result sets.

v3.0.33 (2017 July 18)
=====================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='shotgun_api3',
version='3.0.33',
version='3.0.34',
description='Shotgun Python API ',
long_description=readme,
author='Shotgun Software',
Expand Down
2 changes: 1 addition & 1 deletion shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

# ----------------------------------------------------------------------------
# Version
__version__ = "3.0.34.dev"
__version__ = "3.0.34"

# ----------------------------------------------------------------------------
# Errors
Expand Down

0 comments on commit 96fea83

Please sign in to comment.