We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f19c40 + f287b05 commit f85d673Copy full SHA for f85d673
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## v1.4.5
10
11
* Set a shorter timeout for an Application Default Credentials issue on some
oauth2client/__init__.py
@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '1.4.5'
+__version__ = '1.4.6'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
0 commit comments