Release version v1.4.3.

This commit is contained in:
Craig Citro
2014-12-12 09:43:26 -08:00
parent baa3bff8d0
commit 4dcecfa26e
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
v1.4.3
Version 1.4.3
Big thanks to @dhermes for spotting and fixing a mess in our test setup.
Fix a serious issue with tests not being run. (#86, #87, #89)
Start credentials cleanup for single 2LO/3LO call. (#83, #84)
Clean up stack traces when re-raising in some places. (#79)
Clean up doc building. (#81, #82)
Fixed minimum version for `six` dependency. (#75)
v1.4.2
Version 1.4.2

View File

@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""
__version__ = '1.4.2'
__version__ = '1.4.3'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'