Skip to content

Commit 0101863

Browse files
authored
Post PR #4559: add back .dev1 to version numbers. (#4561)
1 parent 6dd826b commit 0101863

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/google-api-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,22 @@
88

99
- Upgrading `concurrent.futures` backport from `>= 3.0.0`
1010
to `>= 3.2.0` (#4521).
11+
- Moved `datetime`-related helpers from `google.cloud.core` to
12+
`google.api_core.datetime_helpers` (#4399).
13+
- Added missing `client_info` to `gapic_v1/__init__.py`'s
14+
`__all__` (#4567).
15+
- Added helpers for routing headers to `gapic_v1` (#4336).
16+
17+
PyPI: https://pypi.org/project/google-api-core/0.1.2/
1118

1219
## 0.1.1
1320

21+
### Dependencies
22+
1423
- Upgrading `grpcio` dependency from `1.2.0, < 1.6dev` to `>= 1.7.0` (#4280)
1524

25+
PyPI: https://pypi.org/project/google-api-core/0.1.1/
26+
1627
## 0.1.0
1728

1829
Initial release
@@ -42,3 +53,5 @@ relevant changes from that package are included here.
4253
- Port gax proto helper methods (#4249)
4354
- Remove gapic_v1.method.wrap_with_paging (#4257)
4455
- Add final set of protobuf helpers to api_core (#4259)
56+
57+
PyPI: https://pypi.org/project/google-api-core/0.1.0/

packages/google-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.2',
71+
version='0.1.3.dev1',
7272
description='Core Google API Client Library',
7373
long_description=README,
7474
namespace_packages=['google'],

0 commit comments

Comments
 (0)