Skip to content

Commit c4926e2

Browse files
chore: release 2.1.0
1 parent d1a255f commit c4926e2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/googleapis/google-api-python-client/compare/v2.0.2...v2.1.0) (2021-03-18)
4+
5+
6+
### Features
7+
8+
* add status_code property on http error handling ([#1185](https://github.com/googleapis/google-api-python-client/issues/1185)) ([db2a766](https://github.com/googleapis/google-api-python-client/commit/db2a766bbd976742f6ef10d721d8423c8ac9246d))
9+
10+
11+
### Bug Fixes
12+
13+
* correct api version in oauth-installed.md ([#1258](https://github.com/googleapis/google-api-python-client/issues/1258)) ([d1a255f](https://github.com/googleapis/google-api-python-client/commit/d1a255fcbeaa36f615cede720692fea2b9f894db))
14+
* fix .close() ([#1231](https://github.com/googleapis/google-api-python-client/issues/1231)) ([a9583f7](https://github.com/googleapis/google-api-python-client/commit/a9583f712d13c67aa282d14cd30e00999b530d7c))
15+
* Resolve issue where num_retries would have no effect ([#1244](https://github.com/googleapis/google-api-python-client/issues/1244)) ([c518472](https://github.com/googleapis/google-api-python-client/commit/c518472e836c32ba2ff5e8480ab5a7643f722d46))
16+
17+
18+
### Documentation
19+
20+
* Distinguish between public/private docs in 2.0 guide ([#1226](https://github.com/googleapis/google-api-python-client/issues/1226)) ([a6f1706](https://github.com/googleapis/google-api-python-client/commit/a6f17066caf6e911b7e94e8feab52fa3af2def1b))
21+
* Update README to promote cloud client libraries ([#1252](https://github.com/googleapis/google-api-python-client/issues/1252)) ([22807c9](https://github.com/googleapis/google-api-python-client/commit/22807c92ce754ff3d60f240ec5c38de50c5b654b))
22+
323
### [2.0.2](https://github.com/googleapis/google-api-python-client/compare/v2.0.1...v2.0.2) (2021-03-04)
424

525

setup.py

+1-1
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.2"
49+
version = "2.1.0"
5050

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

0 commit comments

Comments
 (0)