We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.dev1
1 parent 7083b32 commit 8e6e47cCopy full SHA for 8e6e47c
packages/google-cloud-pubsub/CHANGELOG.md
@@ -49,7 +49,7 @@ PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.4/
49
- Upgrading `google-api-core` dependency to latest revision (`0.1.2`)
50
since we rely on the latest version of the `concurrent.futures` backport
51
to provide the `thread_name_prefix` argument for thread pool
52
- executor (#4521, #XYZ).
+ executor (#4521, #4559).
53
54
PyPI: https://pypi.org/project/google-cloud-pubsub/0.29.3/
55
packages/google-cloud-pubsub/setup.py
@@ -59,7 +59,7 @@
59
60
setup(
61
name='google-cloud-pubsub',
62
- version='0.29.4',
+ version='0.29.5.dev1',
63
description='Python Client for Google Cloud Pub/Sub',
64
long_description=README,
65
namespace_packages=[
0 commit comments