Skip to content

Commit cf94432

Browse files
authored
Release 1.2.1 (#5497)
1 parent acd603b commit cf94432

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
@@ -4,6 +4,12 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## 1.2.1
8+
9+
### Implementation Changes
10+
- Make client_info work without gRPC installed. (#5075)
11+
- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)
12+
713
## 1.2.0
814

915
### Implementation Changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-api-core'
2424
description = 'Google API client core library'
25-
version = '1.2.0'
25+
version = '1.2.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)