We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3fb15 commit 15a8affCopy full SHA for 15a8aff
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### [1.12.9](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.8...v1.12.9) (2022-01-11)
4
+
5
+### Bug Fixes
6
7
+* allow google-api-core 2.x for python 3 users ([#1649](https://www.github.com/googleapis/google-api-python-client/issues/1649))
8
9
### [1.12.8](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.7...v1.12.8) (2020-11-18)
10
11
setup.py
@@ -53,7 +53,7 @@
53
with io.open(readme_filename, encoding="utf-8") as readme_file:
54
readme = readme_file.read()
55
56
-version = "1.12.8"
+version = "1.12.9"
57
58
setup(
59
name="google-api-python-client",
0 commit comments