Skip to content

Commit

Permalink
Adding back .dev1 suffix after #4644. (#4651)
Browse files Browse the repository at this point in the history
Also adding a newly added note to Pub / Sub release notes
(I already added this in the official release).
  • Loading branch information
dhermes authored Dec 21, 2017
1 parent 23512ea commit 66299b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

setup(
name='google-api-core',
version='0.1.3',
version='0.1.4.dev1',
description='Core Google API Client Library',
long_description=README,
namespace_packages=['google'],
Expand Down
2 changes: 2 additions & 0 deletions pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- Moving lock factory used in publisher client to the Batch
implementation (#4628).
- Use a UUID (rather than a sentinel object) on `Future` (#4634).
- Apply scopes to explicitly provided credentials if needed (#4594).
Fixes #4479. This feature comes as part of `google-api-core==0.1.3`.

### Dependencies

Expand Down
2 changes: 1 addition & 1 deletion pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

setup(
name='google-cloud-pubsub',
version='0.30.1',
version='0.30.2.dev1',
description='Python Client for Google Cloud Pub/Sub',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 66299b6

Please sign in to comment.