Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #187 from craigcitro/new_release
Browse files Browse the repository at this point in the history
Update for v1.4.11 release.
  • Loading branch information
nathanielmanistaatgoogle committed May 19, 2015
2 parents 9f18282 + 6b7f8ea commit c61bdf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v1.4.11

* Better environment detection with Managed VMs.
* Better OpenSSL detection in exotic environments.

## v1.4.10

* Update the `OpenSSL` check to be less strict about finding `crypto.py` in
Expand Down
2 changes: 1 addition & 1 deletion oauth2client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""

__version__ = '1.4.10'
__version__ = '1.4.11'

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

0 comments on commit c61bdf4

Please sign in to comment.