From 721b3b714ea36502943e12e87a61b5897291a389 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Wed, 24 Jul 2019 14:30:28 -0700 Subject: [PATCH] Release 1.7.10 --- CHANGELOG | 22 ++++++++++++++++++++++ googleapiclient/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9591e2fe6ca..35944a91005 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +v1.7.10 + Version 1.7.10 + + Bugfix release + + Implementation Changes + - Decode service to utf-8 ([#723](https://github.com/googleapis/google-api-python-client/pull/723)) + - Use print() function in both Python2 and Python 3 ([#722](https://github.com/googleapis/google-api-python-client/pull/722)) + - Make http.MediaFileUpload close its file descriptor ([#600](https://github.com/googleapis/google-api-python-client/pull/600)) + - Never make 'body' required ([#718](https://github.com/googleapis/google-api-python-client/pull/718)) + + Documentation + - Add compatability check badges to README ([#691](https://github.com/googleapis/google-api-python-client/pull/691)) + - Regenerate docs ([#696](https://github.com/googleapis/google-api-python-client/pull/696), [#700](https://github.com/googleapis/google-api-python-client/pull/700)) + - Create index file for dynamically generated docs ([#702](https://github.com/googleapis/google-api-python-client/pull/702)) + - Add docs folder with guides from developers.google.com ([#706](https://github.com/googleapis/google-api-python-client/pull/706), [#710](https://github.com/googleapis/google-api-python-client/pull/710)) + + Internal / Testing Changes + - Fix http.py, lint errors, unit test ([#724](https://github.com/googleapis/google-api-python-client/pull/724)) + - tox.ini: Look for Python syntax errors and undefined names ([#721](https://github.com/googleapis/google-api-python-client/pull/721)) + + v1.7.9 Version 1.7.9 diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py index dfb68b760f5..4cc3a6a5b50 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.9" +__version__ = "1.7.10" # Set default logging handler to avoid "No handler found" warnings. import logging