Skip to content

Commit a93ec15

Browse files
authored
Post PR googleapis#4559: add back .dev1 to version numbers. (googleapis#4561)
1 parent f4bdb33 commit a93ec15

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

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/

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

pubsub/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.4/
4949
- Upgrading `google-api-core` dependency to latest revision (`0.1.2`)
5050
since we rely on the latest version of the `concurrent.futures` backport
5151
to provide the `thread_name_prefix` argument for thread pool
52-
executor (#4521, #XYZ).
52+
executor (#4521, #4559).
5353

5454
PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.3/
5555

pubsub/setup.py

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

6060
setup(
6161
name='google-cloud-pubsub',
62-
version='0.29.4',
62+
version='0.29.5.dev1',
6363
description='Python Client for Google Cloud Pub/Sub',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)