Skip to content

Commit 9e91b4c

Browse files
author
Jon Wayne Parrott
authored
Release api_core v0.1.4 (googleapis#4730)
1 parent c7ed7ba commit 9e91b4c

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

api_core/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

api_core/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'],

docs/core/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ much of the functionality has been split out into a new package
3333
* ``0.1.1`` (`PyPI <https://pypi.org/project/google-api-core/0.1.1/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/api-core-0.1.1>`__)
3434
* ``0.1.2`` (`PyPI <https://pypi.org/project/google-api-core/0.1.2/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/api-core-0.1.2>`__)
3535
* ``0.1.3`` (`PyPI <https://pypi.org/project/google-api-core/0.1.3/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/api-core-0.1.3>`__)
36+
* ``0.1.4`` (`PyPI <https://pypi.org/project/google-api-core/0.1.4/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/api-core-0.1.4>`__)

0 commit comments

Comments
 (0)