Skip to content

Commit b9f1d0b

Browse files
1 parent ad618d0 commit b9f1d0b

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+
### [2.0.2](https://www.github.com/googleapis/google-api-python-client/compare/v2.0.1...v2.0.2) (2021-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Include discovery artifacts in published package ([#1221](https://www.github.com/googleapis/google-api-python-client/issues/1221)) ([ad618d0](https://www.github.com/googleapis/google-api-python-client/commit/ad618d0b266b86a795871d946367552905f4ccb6))
9+
310
### [2.0.1](https://www.github.com/googleapis/google-api-python-client/compare/v2.0.0...v2.0.1) (2021-03-04)
411

512

setup.py

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

49-
version = "2.0.1"
49+
version = "2.0.2"
5050

5151
setup(
5252
name="google-api-python-client",

0 commit comments

Comments
 (0)