We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c1cf8 commit 221ef99Copy full SHA for 221ef99
HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
---------------
5
6
+1.1.6 (2015-04-17)
7
+++++++++++++++++++
8
+
9
+- Added support for the Box accelerator API for premium accounts.
10
11
1.1.5 (2015-04-03)
12
++++++++++++++++++
13
setup.py
@@ -57,7 +57,7 @@ def main():
57
install_requires.append('ordereddict>=1.1')
58
setup(
59
name='boxsdk',
60
- version='1.1.5',
+ version='1.1.6',
61
description='Official Box Python SDK',
62
long_description=open(join(base_dir, 'README.rst')).read(),
63
author='Box',
0 commit comments