commit | b94e360d63ca97d1fdc1f4e2ad2c0eef427f20ea | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Wed Nov 18 12:24:02 2020 +0000 |
committer | GitHub <noreply@github.com> | Wed Nov 18 12:24:02 2020 +0000 |
tree | 52c4d43edcfac5c7fc5183c4d9060839fb8f1668 | |
parent | 12831f3e4716292b55b63dd2b08c3351f09b8a15 [diff] |
chore: release 1.12.7 (#1093) :robot: I have created a release \*beep\* \*boop\* --- ### [1.12.7](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.6...v1.12.7) (2020-11-17) ### Documentation * Update Webmasters API sample ([#1092](https://www.github.com/googleapis/google-api-python-client/issues/1092)) ([12831f3](https://www.github.com/googleapis/google-api-python-client/commit/12831f3e4716292b55b63dd2b08c3351f09b8a15)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d8dfa..b602d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Changelog +### [1.12.7](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.6...v1.12.7) (2020-11-17) + + +### Documentation + +* Update Webmasters API sample ([#1092](https://www.github.com/googleapis/google-api-python-client/issues/1092)) ([12831f3](https://www.github.com/googleapis/google-api-python-client/commit/12831f3e4716292b55b63dd2b08c3351f09b8a15)) + ### [1.12.6](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.5...v1.12.6) (2020-11-16)
diff --git a/setup.py b/setup.py index 71ad360..f0ff03f 100644 --- a/setup.py +++ b/setup.py
@@ -49,7 +49,7 @@ with io.open(readme_filename, encoding="utf-8") as readme_file: readme = readme_file.read() -version = "1.12.6" +version = "1.12.7" setup( name="google-api-python-client",