File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Release History
66Upcoming
77++++++++
88
9+ 1.4.1 (2016-02-11)
10+ ++++++++++++++++++
11+
12+ - Files now support getting a direct download url.
13+
9141.4.0 (2016-01-05)
1015++++++++++++++++++
1116
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments