Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
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