aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelease-please[bot] <55107282+release-please[bot]@users.noreply.github.com>2020-09-03 11:46:47 -0700
committerGitHub <noreply@github.com>2020-09-03 11:46:47 -0700
commit11d2097b9c125201244836261ae8068a32553586 (patch)
tree35fcad871748f8b7241a0120385fbed71ccfcc00
parent8f8ee7879e4f834f3c676e535ffc41b5b9b2de62 (diff)
downloadpython-api-core-11d2097b9c125201244836261ae8068a32553586.tar.gz
chore: release 1.22.2 (#76)
* chore: updated CHANGELOG.md [ci skip] * chore: updated setup.cfg [ci skip] * chore: 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 79ee255..1cc0cc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@
[1]: https://pypi.org/project/google-api-core/#history
+### [1.22.2](https://www.github.com/googleapis/python-api-core/compare/v1.22.1...v1.22.2) (2020-09-03)
+
+
+### Bug Fixes
+
+* only add quota project id if supported ([#75](https://www.github.com/googleapis/python-api-core/issues/75)) ([8f8ee78](https://www.github.com/googleapis/python-api-core/commit/8f8ee7879e4f834f3c676e535ffc41b5b9b2de62))
+
### [1.22.1](https://www.github.com/googleapis/python-api-core/compare/v1.22.0...v1.22.1) (2020-08-12)
diff --git a/setup.py b/setup.py
index 27cf0e2..5d13b57 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.22.1"
+version = "1.22.2"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'