Skip to content

Commit f8eec98

Browse files
committed
Version 1.4.4.
1 parent 9ec28ce commit f8eec98

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.4.4
2+
Version 1.4.4
3+
4+
Fix a bug in bytes/string encoding of headers.
5+
16
v1.4.3
27
Version 1.4.3
38

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