Skip to content

Commit

Permalink
chore(main): release 3.9.1 (#448)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 4, 2022
1 parent 51f2d7b commit b204e45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-dlp/#history

## [3.9.1](https://github.com/googleapis/python-dlp/compare/v3.9.0...v3.9.1) (2022-10-04)


### Bug Fixes

* **deps:** Require protobuf >= 3.20.2 ([#446](https://github.com/googleapis/python-dlp/issues/446)) ([2d63fa5](https://github.com/googleapis/python-dlp/commit/2d63fa547e8f593773722d049614570e01bba42a))


### Documentation

* Deprecate extra field to avoid confusion ([#447](https://github.com/googleapis/python-dlp/issues/447)) ([8ee182f](https://github.com/googleapis/python-dlp/commit/8ee182f1c5022bc7ef7e4d2295106e8d5ef247f5))

## [3.9.0](https://github.com/googleapis/python-dlp/compare/v3.8.1...v3.9.0) (2022-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dlp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-dlp"
description = "Cloud Data Loss Prevention (DLP) API API client library"
version = "3.9.0"
version = "3.9.1"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit b204e45

Please sign in to comment.