Skip to content

Commit 481b4b6

Browse files
committed
Release v1.4.5.
1 parent 2b93c98 commit 481b4b6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v1.4.5
2+
Version 1.4.5
3+
4+
Set a shorter timeout for an Application Default Credentials issue on some
5+
networks. (#93, #101)
6+
Test cleanup, switch from mox to mock. (#103)
7+
Switch docs to sphinx from epydoc.
8+
19
v1.4.4
210
Version 1.4.4
311

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.4'
3+
__version__ = '1.4.5'
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)