Skip to content

Commit 5acea7b

Browse files
committed
Bump version to 1.3.4.
1 parent 5efc9c9 commit 5acea7b

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.3 (2016-01-04)
10+
++++++++++++++++++
11+
912
**Bugfixes**
1013

1114
- Fixed import error for installations that don't have redis installed.

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.3',
64+
version='1.3.4',
6565
description='Official Box Python SDK',
6666
long_description=open(join(base_dir, 'README.rst')).read(),
6767
author='Box',

0 commit comments

Comments
 (0)