Skip to content

Commit 280daad

Browse files
author
Cary Cheng
authored
V2.2.0 (#404)
1 parent 70ef48a commit 280daad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

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

6+
2.2.0 (2019-02-14)
7+
++++++++++++++++++
8+
9+
- Added abilty for user to `retrieve an avatar <https://github.com/box/box-python-sdk/blob/master/docs/usage/user.md#get-the-avatar-for-a-user>`_
10+
for a user.
11+
- Changed retry strategy to use exponential backoff with randomized jitter.
12+
613
2.1.0 (2019-02-07)
714
++++++++++++++++++
815

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.1.0'
6+
__version__ = '2.2.0'

0 commit comments

Comments
 (0)