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

Commit

Permalink
Release v4.1.2 (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Spyros Trigazis <strigazi@gmail.com>
  • Loading branch information
strigazi authored and Jon Wayne Parrott committed Jun 29, 2017
1 parent 98c0a1a commit d94570e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## v4.1.2

**Note**: oauth2client is deprecated. No more features will be added to the
libraries and the core team is turning down support. We recommend you use
[google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/).

Bug fixes:
* Fix packaging issue had erroneously installed the test package. (#688)

## v4.1.1

**Note**: oauth2client is deprecated. No more features will be added to the
Expand Down
2 changes: 1 addition & 1 deletion oauth2client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Client library for using OAuth2, especially with Google APIs."""

__version__ = '4.1.1'
__version__ = '4.1.2'

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

0 comments on commit d94570e

Please sign in to comment.