diff --git a/CHANGELOG b/CHANGELOG index a57d60c4ccf..92b744e57d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,33 @@ +v1.7.12 + Version 1.7.12 + + Bugfix release + + Implementation Changes + - Look for field 'detail' in error message. ([#739](https://github.com/googleapis/google-api-python-client/pull/739)) + - Exclude 308s from httplib2 redirect codes list ([#813](https://github.com/googleapis/google-api-python-client/pull/813)) + + Documentation + - Remove oauth2client from docs ([#738](https://github.com/googleapis/google-api-python-client/pull/738)) + - Fix typo. ([#745](https://github.com/googleapis/google-api-python-client/pull/745)) + - Remove compatibility badges. ([#746](https://github.com/googleapis/google-api-python-client/pull/746)) + - Fix TypeError: search_analytics_api_sample.py #732 ([#742](https://github.com/googleapis/google-api-python-client/pull/742)) + - Correct response access ([#750](https://github.com/googleapis/google-api-python-client/pull/750)) + - Fix link to API explorer ([#760](https://github.com/googleapis/google-api-python-client/pull/760)) + - Fix argument typo in oauth2 code example ([#763](https://github.com/googleapis/google-api-python-client/pull/763)) + - Recommend install with virtualenv ([#768](https://github.com/googleapis/google-api-python-client/pull/768)) + - Fix capitalization in docs/README.md ([#770](https://github.com/googleapis/google-api-python-client/pull/770)) + + - Remove compatibility badges ([#796](https://github.com/googleapis/google-api-python-client/pull/796)) + - Remove mentions of pycrypto ([#799](https://github.com/googleapis/google-api-python-client/pull/799)) + - Fix typo in model.py + - Add note about Google Ads llibrary ([#814](https://github.com/googleapis/google-api-python-client/pull/814)) + + + Internal / Testing Changes + - Blacken ([#772](https://github.com/googleapis/google-api-python-client/pull/722)) + - Move kokoro configs ([#832](https://github.com/googleapis/google-api-python-client/pull/832)) + v1.7.11 Version 1.7.11 diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py index 01147bfa63e..140b946fb9b 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