aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2020-06-05 19:36:20 -0700
committerGitHub <noreply@github.com>2020-06-05 19:36:20 -0700
commit8212bb7f54ca08a498faddaca513580a1f890dbd (patch)
tree0b8459d91ebf1d043ef1a63f3be9e3e38ef906d1
parent4b114221b3ae01eee540bedf47381c3b7c214b0c (diff)
downloadpython-api-core-8212bb7f54ca08a498faddaca513580a1f890dbd.tar.gz
chore: release 1.19.1 (#42)
* updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbc6a6c..ccf31f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-api-core/#history
+### [1.19.1](https://www.github.com/googleapis/python-api-core/compare/v1.19.0...v1.19.1) (2020-06-06)
+
+
+### Bug Fixes
+
+* bump up grpcio minimum version to 1.29.0 ([#41](https://www.github.com/googleapis/python-api-core/issues/41)) ([4b11422](https://www.github.com/googleapis/python-api-core/commit/4b114221b3ae01eee540bedf47381c3b7c214b0c))
+
## [1.19.0](https://www.github.com/googleapis/python-api-core/compare/v1.18.0...v1.19.0) (2020-06-05)
diff --git a/setup.py b/setup.py
index 8b854ff..d26f245 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ import setuptools
name = "google-api-core"
description = "Google API client core library"
-version = "1.19.0"
+version = "1.19.1"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'