Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 7304980

Browse files
crwilcoxsduskis
authored andcommitted
Release 0.42.1 (#8421)
1 parent 5ff7499 commit 7304980

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
[1]: https://pypi.org/project/google-cloud-pubsub/#history
66

7+
## 0.42.1
8+
9+
06-18-2019 15:14 PDT
10+
11+
12+
### Implementation Changes
13+
- Increase the minimum allowed version for api core. ([#8419](https://github.com/googleapis/google-cloud-python/pull/8419))
14+
- Allow kwargs to be passed to create_channel. ([#8399](https://github.com/googleapis/google-cloud-python/pull/8399))
15+
716
## 0.42.0
817

918
06-18-2019 11:32 PDT

setup.py

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

2323
name = "google-cloud-pubsub"
2424
description = "Google Cloud Pub/Sub API client library"
25-
version = "0.42.0"
25+
version = "0.42.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)