Skip to content

Commit

Permalink
Release 1.2.1 (#5497)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Jun 14, 2018
1 parent acd603b commit cf94432
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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

## 1.2.1

### Implementation Changes
- Make client_info work without gRPC installed. (#5075)
- Rename `x-goog-header-params` to `x-goog-request-params` (#5495)

## 1.2.0

### Implementation Changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = 'google-api-core'
description = 'Google API client core library'
version = '1.2.0'
version = '1.2.1'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit cf94432

Please sign in to comment.