Skip to content

Commit d046240

Browse files
committed
Bump version to 1.4.1.
Update history to indicate the new download url feature. Add setup.cfg to build universal wheels.
1 parent ee1256b commit d046240

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

HISTORY.rst

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

9+
1.4.1 (2016-02-11)
10+
++++++++++++++++++
11+
12+
- Files now support getting a direct download url.
13+
914
1.4.0 (2016-01-05)
1015
++++++++++++++++++
1116

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[bdist_wheel]
2+
# This flag says that the code is written to work on both Python 2 and Python
3+
# 3. If at all possible, it is good practice to do this. If you cannot, you
4+
# will need to generate wheels for each Python version that you support.
5+
universal=1

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

0 commit comments

Comments
 (0)