Skip to content

Commit a9fc97f

Browse files
committed
Bump version to 1.4.0.
1 parent ce8437a commit a9fc97f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

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

9+
1.4.0 (2016-01-05)
10+
++++++++++++++++++
11+
12+
- Added key id parameter to JWT Auth.
13+
14+
915
1.3.3 (2016-01-04)
1016
++++++++++++++++++
1117

setup.py

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

0 commit comments

Comments
 (0)