Skip to content

Commit e0433a4

Browse files
author
Cary Cheng
authored
v2.3.0 (#415)
1 parent 8993eb9 commit e0433a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
---------------
55

6+
2.3.0 (2019-03-28)
7+
++++++++++++++++++
8+
9+
- 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>`_
10+
- Added support for `basic authenticated proxy and unauthenticated proxy <https://github.com/box/box-python-sdk/blob/master/docs/usage/configuration.md#proxy>`_
11+
612
2.2.2 (2019-03-14)
713
++++++++++++++++++
814

boxsdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from __future__ import unicode_literals, absolute_import
44

55

6-
__version__ = '2.2.2'
6+
__version__ = '2.3.0'

0 commit comments

Comments
 (0)