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 ae4a8c5 commit d4f8fd8Copy full SHA for d4f8fd8
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+v0.1.1
2
+------
3
+
4
+* Allow ``access_type`` parameter to be overriden in ``Flow`` (#16)
5
+* Use a test port that is less likely to be taken (#12)
6
+* Documentation updates
7
8
v0.1.0
9
------
10
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name='google-auth-oauthlib',
37
- version='0.1.0',
+ version='0.1.1',
38
author='Google Cloud Platform',
39
author_email='jonwayne+google-auth@google.com',
40
description='Google Authentication Library',
0 commit comments