Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 6df6cc6

Browse files
chore: release 0.3.1 (#44)
🤖 I have created a release \*beep\* \*boop\* --- ### [0.3.1](https://www.github.com/googleapis/python-datastream/compare/v0.3.0...v0.3.1) (2021-11-01) ### Bug Fixes * **deps:** drop packaging dependency ([1ea0cb4](https://www.github.com/googleapis/python-datastream/commit/1ea0cb4ea38123cc737c5c82b28e093ec9943d8b)) * **deps:** require google-api-core >= 1.28.0 ([1ea0cb4](https://www.github.com/googleapis/python-datastream/commit/1ea0cb4ea38123cc737c5c82b28e093ec9943d8b)) ### Documentation * list oneofs in docstring ([1ea0cb4](https://www.github.com/googleapis/python-datastream/commit/1ea0cb4ea38123cc737c5c82b28e093ec9943d8b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1ea0cb4 commit 6df6cc6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
### [0.3.1](https://www.github.com/googleapis/python-datastream/compare/v0.3.0...v0.3.1) (2021-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** drop packaging dependency ([1ea0cb4](https://www.github.com/googleapis/python-datastream/commit/1ea0cb4ea38123cc737c5c82b28e093ec9943d8b))
9+
* **deps:** require google-api-core >= 1.28.0 ([1ea0cb4](https://www.github.com/googleapis/python-datastream/commit/1ea0cb4ea38123cc737c5c82b28e093ec9943d8b))
10+
11+
12+
### Documentation
13+
14+
* list oneofs in docstring ([1ea0cb4](https://www.github.com/googleapis/python-datastream/commit/1ea0cb4ea38123cc737c5c82b28e093ec9943d8b))
15+
316
## [0.3.0](https://www.github.com/googleapis/python-datastream/compare/v0.2.0...v0.3.0) (2021-10-15)
417

518

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-datastream"
2424
description = "Datastream client library"
25-
version = "0.3.0"
25+
version = "0.3.1"
2626
release_status = "Development Status :: 3 - Alpha"
2727
url = "https://github.com/googleapis/python-datastream"
2828
dependencies = [

0 commit comments

Comments
 (0)