Skip to content

Commit 96fea83

Browse files
author
Jean-François Boismenu
committed
packaging for v3.0.34 release.
1 parent d4a2d50 commit 96fea83

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Shotgun Python API Changelog
44

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

7+
v3.0.34 (2017 September 18)
8+
=====================
9+
10+
- Optimized pagination strategy for Shotgun 7.4+
11+
- 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.
12+
713
v3.0.33 (2017 July 18)
814
=====================
915

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.33',
20+
version='3.0.34',
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
@@ -91,7 +91,7 @@
9191

9292
# ----------------------------------------------------------------------------
9393
# Version
94-
__version__ = "3.0.34.dev"
94+
__version__ = "3.0.34"
9595

9696
# ----------------------------------------------------------------------------
9797
# Errors

0 commit comments

Comments
 (0)