Skip to content

Commit 27eb9e8

Browse files
committed
Bump version to 1.3.0.
1 parent cb6abe1 commit 27eb9e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Release History
66
Upcoming
77
++++++++
88

9+
1.3.0 (2015-11-05)
10+
++++++++++++++++++
11+
912
- CPython 3.5 support.
1013
- Support for cryptography>=1.0 on PyPy >=2.6.
1114
- Travis CI testing for CPython 3.5 and PyPy 4.0.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def main():
6060
install_requires.append('ordereddict>=1.1')
6161
setup(
6262
name='boxsdk',
63-
version='1.2.2',
63+
version='1.3.0',
6464
description='Official Box Python SDK',
6565
long_description=open(join(base_dir, 'README.rst')).read(),
6666
author='Box',

0 commit comments

Comments
 (0)