From 96fea8303817f49096187f346ecde39d56e1d066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Boismenu?= Date: Mon, 18 Sep 2017 10:18:51 -0400 Subject: [PATCH] packaging for v3.0.34 release. --- HISTORY.rst | 6 ++++++ setup.py | 2 +- shotgun_api3/shotgun.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b12a43fe..e69bb0bb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ===================== diff --git a/setup.py b/setup.py index e39ce3b8..a1eaa21f 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/shotgun_api3/shotgun.py b/shotgun_api3/shotgun.py index 9f9b18ef..b1db7985 100755 --- a/shotgun_api3/shotgun.py +++ b/shotgun_api3/shotgun.py @@ -91,7 +91,7 @@ # ---------------------------------------------------------------------------- # Version -__version__ = "3.0.34.dev" +__version__ = "3.0.34" # ---------------------------------------------------------------------------- # Errors