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.
1 parent 418d5a6 commit 6ba45e6Copy full SHA for 6ba45e6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v1.4.10
4
+
5
+* Update the `OpenSSL` check to be less strict about finding `crypto.py` in
6
+ the `OpenSSL` directory.
7
+* `tox` updates for new environment handling in `tox`.
8
9
## v1.4.9
10
11
* Ensure that the ADC fails if we try to *write* the well-known file to a
oauth2client/__init__.py
@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '1.4.9'
+__version__ = '1.4.10'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
0 commit comments