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

Commit f070edc

Browse files
chore(main): release 5.4.2 (#540)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7c081a6 commit f070edc

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.4.1"
2+
".": "5.4.2"
33
}

CHANGELOG.md

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

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

7+
## [5.4.2](https://github.com/googleapis/python-dataproc/compare/v5.4.1...v5.4.2) (2023-07-04)
8+
9+
10+
### Bug Fixes
11+
12+
* Add async context manager return types ([#539](https://github.com/googleapis/python-dataproc/issues/539)) ([7c081a6](https://github.com/googleapis/python-dataproc/commit/7c081a682a6d981ac3eed932f7c8e1e67f75af69))
13+
714
## [5.4.1](https://github.com/googleapis/python-dataproc/compare/v5.4.0...v5.4.1) (2023-03-23)
815

916

google/cloud/dataproc/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "5.4.1" # {x-release-please-version}
16+
__version__ = "5.4.2" # {x-release-please-version}

google/cloud/dataproc_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "5.4.1" # {x-release-please-version}
16+
__version__ = "5.4.2" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.dataproc.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dataproc",
11-
"version": "0.1.0"
11+
"version": "5.4.2"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)