Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Release 1.5.3. #390

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# CHANGELOG

## v1.5.3

* #332
* #334
* #337
* #346
* #350
* #353
* #355
* #356
* #362
* #363
* #369
* #370
* #371
* #372
* #374
* #375
* #376
* #378
* #379
* #380
* #382
* #383
* #385
* #389

## v1.5.2

* Add access token refresh error class that includes HTTP status (#310)
Expand Down
2 changes: 1 addition & 1 deletion oauth2client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Client library for using OAuth2, especially with Google APIs."""

__version__ = '1.5.2'
__version__ = '1.5.3'

GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
Expand Down