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

Skip to content

Commit bd58139

Browse files
authored
chore: release 1.8.2 (googleapis#878)
1 parent 45cace8 commit bd58139

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### [1.8.2](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.1...v1.8.2) (2020-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove `apiclient.__version__` ([#871](https://www.github.com/googleapis/google-api-python-client/issues/871)) ([c7516a2](https://github.com/googleapis/google-api-python-client/commit/1d8ec6874e1c6081893de7cd7cbc86d1f6580320d)), closes [googleapis#870](https://www.github.com/googleapis/googleapis/issues/870)
9+
10+
311
### [1.8.1](https://www.github.com/googleapis/google-api-python-client/compare/v1.8.0...v1.8.1) (2020-04-20)
412

513

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.8.1"
55+
version = "1.8.2"
5656

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

0 commit comments

Comments
 (0)