Add checks to the release target for confirmation. Also run tests before building a release. Refresh docs.
diff --git a/docs/oauth2client.client.html b/docs/oauth2client.client.html
index e840140..daefaab 100644
--- a/docs/oauth2client.client.html
+++ b/docs/oauth2client.client.html
@@ -115,7 +115,7 @@
<a href="#Credentials">Credentials</a> objects are usually instantiated by a <a href="#Flow">Flow</a>.<br>
<br>
Args:<br>
- token_uri: string, URI of token endpoint.<br>
+ access_token: string, access token.<br>
user_agent: string, The HTTP User-Agent to provide for this application.<br>
<br>
Notes:<br>