Skip to content

Commit 6ba45e6

Browse files
committed
Update for v1.4.10 release.
1 parent 418d5a6 commit 6ba45e6

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.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+
39
## v1.4.9
410

511
* Ensure that the ADC fails if we try to *write* the well-known file to a

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.9'
3+
__version__ = '1.4.10'
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)