Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73d71a4

Browse files
chore: release 1.12.1 (googleapis#1031)
1 parent 4acecc3 commit 73d71a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### [1.12.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.12.0...v1.12.1) (2020-09-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require six>=1.13.0 ([#1030](https://www.github.com/googleapis/google-api-python-client/issues/1030)) ([4acecc3](https://www.github.com/googleapis/google-api-python-client/commit/4acecc3c0cd31308f9a256f065b7b1d1c3a4798d))
9+
310
## [1.12.0](https://www.github.com/googleapis/google-api-python-client/compare/v1.11.0...v1.12.0) (2020-09-12)
411

512

setup.py

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

55-
version = "1.12.0"
55+
version = "1.12.1"
5656

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

0 commit comments

Comments
 (0)