Thanks to visit codestin.com
Credit goes to github.com

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

chore: release 0.3.0 #46

Merged
merged 1 commit into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://www.github.com/googleapis/python-dataflow-client/compare/v0.2.0...v0.3.0) (2021-10-15)


### Features

* add support for python 3.10 ([#44](https://www.github.com/googleapis/python-dataflow-client/issues/44)) ([ff87f99](https://www.github.com/googleapis/python-dataflow-client/commit/ff87f997be1a9f86fe1619107e12fb02aaccd8a7))

## [0.2.0](https://www.github.com/googleapis/python-dataflow-client/compare/v0.1.5...v0.2.0) (2021-10-08)


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

name = "google-cloud-dataflow-client"
description = "Cloud Dataflow API client library"
version = "0.2.0"
version = "0.3.0"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-dataflow-client"
dependencies = [
Expand Down