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 5efc9c9 commit 5acea7bCopy full SHA for 5acea7b
HISTORY.rst
@@ -6,6 +6,9 @@ Release History
6
Upcoming
7
++++++++
8
9
+1.3.3 (2016-01-04)
10
+++++++++++++++++++
11
+
12
**Bugfixes**
13
14
- Fixed import error for installations that don't have redis installed.
setup.py
@@ -61,7 +61,7 @@ def main():
61
install_requires.append('ordereddict>=1.1')
62
setup(
63
name='boxsdk',
64
- version='1.3.3',
+ version='1.3.4',
65
description='Official Box Python SDK',
66
long_description=open(join(base_dir, 'README.rst')).read(),
67
author='Box',
0 commit comments