Skip to content

Commit ba83996

Browse files
committed
Bump version to 1.1.2.
1 parent 370161c commit ba83996

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release History
44
---------------
55

6+
1.1.2 (2015-03-20)
7+
++++++++++++++++++
8+
9+
**Bugfixes**
10+
11+
- Certain endpoints (e.g. search, get folder items) no longer raise an exception when the response contains items
12+
that are neither files nor folders.
13+
614
1.1.1 (2015-03-11)
715
++++++++++++++++++
816

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main():
5757
install_requires.append('ordereddict>=1.1')
5858
setup(
5959
name='boxsdk',
60-
version='1.1.1',
60+
version='1.1.2',
6161
description='Official Box Python SDK',
6262
long_description=open(join(base_dir, 'README.rst')).read(),
6363
author='Box',

0 commit comments

Comments
 (0)