Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Releasing 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Aug 26, 2015
1 parent 6e3c0c5 commit fd9b11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.5.0

* Placeholder

## v1.4.12

* Fix OS X flaky test failure (#189).
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__ = '1.4.12'
__version__ = '1.5.0'

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 fd9b11a

Please sign in to comment.