Skip to content

Commit 72af661

Browse files
author
Jon Wayne Parrott
authored
Release api_core v0.1.4 (#4730)
1 parent 555d8ce commit 72af661

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

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

7+
## 0.1.4
8+
9+
### New Features
10+
11+
- Add `ChannelStub` to `grpc_helpers` for testing gRPC-based clients. (#4705)
12+
13+
### Notable Implementation Changes
14+
15+
- Fix handling of gapic metadata when specified as `None`. (#4701)
16+
717
## 0.1.3
818

919
### Notable Implementation Changes

setup.py

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

6969
setup(
7070
name='google-api-core',
71-
version='0.1.4.dev1',
71+
version='0.1.4',
7272
description='Core Google API Client Library',
7373
long_description=README,
7474
namespace_packages=['google'],

0 commit comments

Comments
 (0)