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 cb6abe1 commit 27eb9e8Copy full SHA for 27eb9e8
HISTORY.rst
@@ -6,6 +6,9 @@ Release History
6
Upcoming
7
++++++++
8
9
+1.3.0 (2015-11-05)
10
+++++++++++++++++++
11
+
12
- CPython 3.5 support.
13
- Support for cryptography>=1.0 on PyPy >=2.6.
14
- Travis CI testing for CPython 3.5 and PyPy 4.0.
setup.py
@@ -60,7 +60,7 @@ def main():
60
install_requires.append('ordereddict>=1.1')
61
setup(
62
name='boxsdk',
63
- version='1.2.2',
+ version='1.3.0',
64
description='Official Box Python SDK',
65
long_description=open(join(base_dir, 'README.rst')).read(),
66
author='Box',
0 commit comments