Skip to content

Commit 8e6e47c

Browse files
authored
Post PR #4559: add back .dev1 to version numbers. (#4561)
1 parent 7083b32 commit 8e6e47c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-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

packages/google-cloud-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)