Skip to content

Commit

Permalink
chore(main): release 3.8.1 (#423)
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 Aug 16, 2022
1 parent 89ae029 commit 7809d59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/google-cloud-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [3.8.1](https://github.com/googleapis/python-dlp/compare/v3.8.0...v3.8.1) (2022-08-12)


### Bug Fixes

* **deps:** allow protobuf < 5.0.0 ([#422](https://github.com/googleapis/python-dlp/issues/422)) ([c179361](https://github.com/googleapis/python-dlp/commit/c179361d1686a8f66c7c812d7a171b1813d46f3c))
* **deps:** require proto-plus >= 1.22.0 ([c179361](https://github.com/googleapis/python-dlp/commit/c179361d1686a8f66c7c812d7a171b1813d46f3c))

## [3.8.0](https://github.com/googleapis/python-dlp/compare/v3.7.1...v3.8.0) (2022-07-16)


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.8.0"
version = "3.8.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 7809d59

Please sign in to comment.