diff --git a/HISTORY.rst b/HISTORY.rst index 25d090606..b38b2b1c9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release History --------------- +1.1.6 (2015-04-17) +++++++++++++++++++ + +- Added support for the Box accelerator API for premium accounts. + 1.1.5 (2015-04-03) ++++++++++++++++++ diff --git a/setup.py b/setup.py index 9963f9383..b461389bb 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.5', + version='1.1.6', description='Official Box Python SDK', long_description=open(join(base_dir, 'README.rst')).read(), author='Box',