We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec28ce commit f8eec98Copy full SHA for f8eec98
CHANGELOG
@@ -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
6
v1.4.3
7
Version 1.4.3
8
oauth2client/__init__.py
@@ -1,6 +1,6 @@
"""Client library for using OAuth2, especially with Google APIs."""
-__version__ = '1.4.3'
+__version__ = '1.4.4'
GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/auth'
GOOGLE_DEVICE_URI = 'https://accounts.google.com/o/oauth2/device/code'
0 commit comments