From 2a0843c5a006724e9ca0cfc9215664a2cf808310 Mon Sep 17 00:00:00 2001 From: Jeffrey Meadows Date: Fri, 3 Apr 2015 14:51:06 -0700 Subject: [PATCH] Bump version to 1.1.5. --- HISTORY.rst | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 95ab9070d..25d090606 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,12 +3,24 @@ Release History --------------- +1.1.5 (2015-04-03) +++++++++++++++++++ + +- Added support for preflight check during file uploads and updates. + 1.1.4 (2015-04-01) ++++++++++++++++++ - Added support to the search endpoint for metadata filters. - Added support to the search endpoint for filtering based on result type and content types. +1.1.3 (2015-03-26) +++++++++++++++++++ + +- Added support for the /shared_items endpoint. `client.get_shared_item` can be used to get information about + a shared link. See https://developers.box.com/docs/#shared-items + + 1.1.3 (2015-03-26) ++++++++++++++++++ diff --git a/setup.py b/setup.py index c784287e3..9963f9383 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def main(): install_requires.append('ordereddict>=1.1') setup( name='boxsdk', - version='1.1.4', + version='1.1.5', description='Official Box Python SDK', long_description=open(join(base_dir, 'README.rst')).read(), author='Box',