Skip to content

Commit 61793ad

Browse files
author
Jon Wayne Parrott
committed
Release v2.1.0
1 parent e54e289 commit 61793ad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v2.1.0
4+
5+
* Add basic support for JWT access credentials. (#503)
6+
* Fix `oauth2client.client.DeviceFlowInfo` to use UTC instead of the system timezone when calculating code expiration.
7+
38
## v2.0.2
49

510
* Fix issue where `flask_util.UserOAuth2.required` would accept expired credentials (#452).
@@ -14,7 +19,7 @@
1419
* Adding common `sign_blob()` to service account types and a
1520
`service_account_email` property. (#421)
1621
* Improving error message in P12 factory
17-
`ServiceAccountCredentials.from_p12_keyfile` when pyOpenSSL is
22+
`ServiceAccountCredentials.frogit gadm_p12_keyfile` when pyOpenSSL is
1823
missing. (#424)
1924
* Allowing default flags in `oauth2client.tools.run_flow()`
2025
rather than forcing users to create a dummy argparser (#426)

oauth2client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
__version__ = '2.0.2'
17+
__version__ = '2.1.0'
1818

1919
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
2020
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'

0 commit comments

Comments
 (0)