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 ce8437a commit a9fc97fCopy full SHA for a9fc97f
HISTORY.rst
@@ -6,6 +6,12 @@ Release History
6
Upcoming
7
++++++++
8
9
+1.4.0 (2016-01-05)
10
+++++++++++++++++++
11
+
12
+- Added key id parameter to JWT Auth.
13
14
15
1.3.3 (2016-01-04)
16
++++++++++++++++++
17
setup.py
@@ -61,7 +61,7 @@ def main():
61
install_requires.append('ordereddict>=1.1')
62
setup(
63
name='boxsdk',
64
- version='1.3.4',
+ version='1.4.0',
65
description='Official Box Python SDK',
66
long_description=open(join(base_dir, 'README.rst')).read(),
67
author='Box',
0 commit comments