Skip to content

Commit c61bdf4

Browse files
Merge pull request googleapis#187 from craigcitro/new_release
Update for v1.4.11 release.
2 parents 9f18282 + 6b7f8ea commit c61bdf4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.11
4+
5+
* Better environment detection with Managed VMs.
6+
* Better OpenSSL detection in exotic environments.
7+
38
## v1.4.10
49

510
* Update the `OpenSSL` check to be less strict about finding `crypto.py` in

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.10'
3+
__version__ = '1.4.11'
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)