Skip to content

Commit 15a8aff

Browse files
authored
chore: release 1.12.9 (#1654)
1 parent 3b3fb15 commit 15a8aff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
### [1.12.8](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.7...v1.12.8) (2020-11-18)
410

511

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
with io.open(readme_filename, encoding="utf-8") as readme_file:
5454
readme = readme_file.read()
5555

56-
version = "1.12.8"
56+
version = "1.12.9"
5757

5858
setup(
5959
name="google-api-python-client",

0 commit comments

Comments
 (0)