diff --git a/packages/google-cloud-dataflow-client/CHANGELOG.md b/packages/google-cloud-dataflow-client/CHANGELOG.md index 87bd79b81e4d..ad2c3a3bba01 100644 --- a/packages/google-cloud-dataflow-client/CHANGELOG.md +++ b/packages/google-cloud-dataflow-client/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [0.3.1](https://www.github.com/googleapis/python-dataflow-client/compare/v0.3.0...v0.3.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([89dbf65](https://www.github.com/googleapis/python-dataflow-client/commit/89dbf6545f8eb317108c0c028f461f13e40c20cc)) +* **deps:** require google-api-core >= 1.28.0 ([89dbf65](https://www.github.com/googleapis/python-dataflow-client/commit/89dbf6545f8eb317108c0c028f461f13e40c20cc)) + + +### Documentation + +* list oneofs in docstring ([89dbf65](https://www.github.com/googleapis/python-dataflow-client/commit/89dbf6545f8eb317108c0c028f461f13e40c20cc)) + ## [0.3.0](https://www.github.com/googleapis/python-dataflow-client/compare/v0.2.0...v0.3.0) (2021-10-15) diff --git a/packages/google-cloud-dataflow-client/setup.py b/packages/google-cloud-dataflow-client/setup.py index 60763cb44ce8..980b91a6b827 100644 --- a/packages/google-cloud-dataflow-client/setup.py +++ b/packages/google-cloud-dataflow-client/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-dataflow-client" description = "Cloud Dataflow API client library" -version = "0.3.0" +version = "0.3.1" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-dataflow-client" dependencies = [