We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a04c1c commit 3183285Copy full SHA for 3183285
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+### [1.12.10](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.9...v1.12.10) (2022-01-13)
4
+
5
6
### [1.12.9](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.8...v1.12.9) (2022-01-11)
7
8
### Bug Fixes
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.9"
+version = "1.12.10"
57
58
setup(
59
name="google-api-python-client",
0 commit comments