commit | 8045c4550a7f366dd071a6ffb27dba362e59bf95 | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Thu Sep 02 09:28:25 2021 +0000 |
committer | GitHub <noreply@github.com> | Thu Sep 02 09:28:25 2021 +0000 |
tree | 3c5ce1b6f18abf0e80f676df402a61f1264c4653 | |
parent | d5cf4e0b1537eeafdb96ae831bbdffc5f1c6a94c [diff] |
chore: release 2.19.1 (#1514) :robot: I have created a release \*beep\* \*boop\* --- ### [2.19.1](https://www.github.com/googleapis/google-api-python-client/compare/v2.19.0...v2.19.1) (2021-09-02) ### Bug Fixes * remove repeated calls to self._get_reason ([#1513](https://www.github.com/googleapis/google-api-python-client/issues/1513)) ([d5cf4e0](https://www.github.com/googleapis/google-api-python-client/commit/d5cf4e0b1537eeafdb96ae831bbdffc5f1c6a94c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a15861..9fcb345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,5 +1,12 @@ # Changelog +### [2.19.1](https://www.github.com/googleapis/google-api-python-client/compare/v2.19.0...v2.19.1) (2021-09-02) + + +### Bug Fixes + +* remove repeated calls to self._get_reason ([#1513](https://www.github.com/googleapis/google-api-python-client/issues/1513)) ([d5cf4e0](https://www.github.com/googleapis/google-api-python-client/commit/d5cf4e0b1537eeafdb96ae831bbdffc5f1c6a94c)) + ## [2.19.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.18.0...v2.19.0) (2021-08-31)
diff --git a/setup.py b/setup.py index c05fc84..688fe4b 100644 --- a/setup.py +++ b/setup.py
@@ -51,7 +51,7 @@ with io.open(readme_filename, encoding="utf-8") as readme_file: readme = readme_file.read() -version = "2.19.0" +version = "2.19.1" setup( name="google-api-python-client",