commit | f2600cce8bc8eaf24c2461908cfb5a2e9b489296 | [log] [tgz] |
---|---|---|
author | release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> | Thu May 20 18:56:06 2021 +0000 |
committer | GitHub <noreply@github.com> | Thu May 20 18:56:06 2021 +0000 |
tree | 0e0e21c5aaacf5a165cbc46d3414a4d58ba713d7 | |
parent | 11b5da426a842541ca2b861d3387fc312b3f5b60 [diff] |
chore: release 1.28.0 (#193) :robot: I have created a release \*beep\* \*boop\* --- ## [1.28.0](https://www.github.com/googleapis/python-api-core/compare/v1.27.0...v1.28.0) (2021-05-20) ### Bug Fixes * require google-auth>=1.25.0 ([#190](https://www.github.com/googleapis/python-api-core/issues/190)) ([155da5e](https://www.github.com/googleapis/python-api-core/commit/155da5e18cc2fdcfa57de6f956b7d078e79cd4b7)) ### Miscellaneous Chores * release 1.28.0 ([#192](https://www.github.com/googleapis/python-api-core/issues/192)) ([11b5da4](https://www.github.com/googleapis/python-api-core/commit/11b5da426a842541ca2b861d3387fc312b3f5b60)) --- 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 1bbde64..93deb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-api-core/#history +## [1.28.0](https://www.github.com/googleapis/python-api-core/compare/v1.27.0...v1.28.0) (2021-05-20) + + +### Bug Fixes + +* require google-auth>=1.25.0 ([#190](https://www.github.com/googleapis/python-api-core/issues/190)) ([155da5e](https://www.github.com/googleapis/python-api-core/commit/155da5e18cc2fdcfa57de6f956b7d078e79cd4b7)) + + +### Miscellaneous Chores + +* release 1.28.0 ([#192](https://www.github.com/googleapis/python-api-core/issues/192)) ([11b5da4](https://www.github.com/googleapis/python-api-core/commit/11b5da426a842541ca2b861d3387fc312b3f5b60)) + ## [1.27.0](https://www.github.com/googleapis/python-api-core/compare/v1.26.3...v1.27.0) (2021-05-18)
diff --git a/google/api_core/version.py b/google/api_core/version.py index d08f8b4..39a86a1 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py
@@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.27.0" +__version__ = "1.28.0"