Skip to content

Commit

Permalink
v2.3.0 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cary Cheng authored Mar 28, 2019
1 parent 8993eb9 commit e0433a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
---------------

2.3.0 (2019-03-28)
++++++++++++++++++

- Added the ability to set `file description upon upload <https://github.com/box/box-python-sdk/blob/master/docs/usage/files.md#upload-a-file>`_
- Added support for `basic authenticated proxy and unauthenticated proxy <https://github.com/box/box-python-sdk/blob/master/docs/usage/configuration.md#proxy>`_

2.2.2 (2019-03-14)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion boxsdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import unicode_literals, absolute_import


__version__ = '2.2.2'
__version__ = '2.3.0'

0 comments on commit e0433a4

Please sign in to comment.