Skip to content

Commit f85d673

Browse files
committed
Merge pull request googleapis#116 from nathanielmanistaatgoogle/master
Release v1.4.6.
2 parents 7f19c40 + f287b05 commit f85d673

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.6
4+
5+
* Add utility function to convert PKCS12 key to PEM. (#115)
6+
* Change GCE detection logic. (#93)
7+
* Add a tox env for doc generation.
8+
39
## v1.4.5
410

511
* Set a shorter timeout for an Application Default Credentials issue on some

oauth2client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Client library for using OAuth2, especially with Google APIs."""
22

3-
__version__ = '1.4.5'
3+
__version__ = '1.4.6'
44

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

0 commit comments

Comments
 (0)