Skip to content

Commit

Permalink
Bump version to 1.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Meadows committed Apr 3, 2015
1 parent 4a9d0be commit 2a0843c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@
Release History
---------------

1.1.5 (2015-04-03)
++++++++++++++++++

- Added support for preflight check during file uploads and updates.

1.1.4 (2015-04-01)
++++++++++++++++++

- Added support to the search endpoint for metadata filters.
- Added support to the search endpoint for filtering based on result type and content types.

1.1.3 (2015-03-26)
++++++++++++++++++

- Added support for the /shared_items endpoint. `client.get_shared_item` can be used to get information about
a shared link. See https://developers.box.com/docs/#shared-items


1.1.3 (2015-03-26)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
install_requires.append('ordereddict>=1.1')
setup(
name='boxsdk',
version='1.1.4',
version='1.1.5',
description='Official Box Python SDK',
long_description=open(join(base_dir, 'README.rst')).read(),
author='Box',
Expand Down

0 comments on commit 2a0843c

Please sign in to comment.