| commit | 65e4c55f0e92274c6d3e4112e31e7cc990f31eef | [log] [tgz] |
|---|---|---|
| author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Wed Mar 11 20:07:45 2020 |
| committer | GitHub <noreply@github.com> | Wed Mar 11 20:07:45 2020 |
| tree | d8a7fcf0475e59a63ba32c4b3c7df8232bb9eca6 | |
| parent | 3c3c1f6136e73f6aeb9158366309ea8176d4b052 [diff] |
Update __init__.py
diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py index 01147bf..140b946 100644 --- a/googleapiclient/__init__.py +++ b/googleapiclient/__init__.py
@@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.7.11" +__version__ = "1.7.12" # Set default logging handler to avoid "No handler found" warnings. import logging