From ba83996f14fb57d089dee21edd4d18022475d976 Mon Sep 17 00:00:00 2001 From: Jeffrey Meadows Date: Fri, 20 Mar 2015 17:25:29 -0700 Subject: [PATCH] Bump version to 1.1.2. --- HISTORY.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0e8b85c4f..113179c4e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ Release History --------------- +1.1.2 (2015-03-20) +++++++++++++++++++ + +**Bugfixes** + +- Certain endpoints (e.g. search, get folder items) no longer raise an exception when the response contains items + that are neither files nor folders. + 1.1.1 (2015-03-11) ++++++++++++++++++ diff --git a/setup.py b/setup.py index 1af916755..8a303cccc 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.1', + version='1.1.2', description='Official Box Python SDK', long_description=open(join(base_dir, 'README.rst')).read(), author='Box',