commit | 70d03943e3a36983866fe40947aef79a16892ec3 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jon.wayne.parrott@gmail.com> | Thu May 19 10:52:13 2016 -0700 |
committer | Jon Wayne Parrott <jon.wayne.parrott@gmail.com> | Thu May 19 11:05:27 2016 -0700 |
tree | 55324566443e5479b43f70e83249b48cfe7cbda4 | |
parent | 713b1de1078008c0353e00820e156e8da259d15c [diff] |
Update version to 1.5.1
diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py index f1d54a9..26442ac 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.5.0" +__version__ = "1.5.1" # Set default logging handler to avoid "No handler found" warnings. import logging