Skip to content

Commit 69a8641

Browse files
authored
Release 0.6.0 (#5682)
1 parent 8b8dc59 commit 69a8641

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/google-cloud-dlp/CHANGELOG.md

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

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

7+
## 0.6.0
8+
9+
### New Features
10+
- Regenerate DLP v2 endpoint (redact image, delta presence) (#5666)
11+
12+
### Internal / Testing Changes
13+
- Avoid overwriting '__module__' of messages from shared modules. (#5364)
14+
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
15+
- Modify system tests to use prerelease versions of grpcio (#5304)
16+
717
## 0.5.0
818

919
### New Features

packages/google-cloud-dlp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = 'google-cloud-dlp'
2121
description = 'Cloud Data Loss Prevention (DLP) API API client library'
22-
version = '{client_library_version}'
22+
version = '0.6.0'
2323
release_status = 'Development Status :: 3 - Alpha'
2424
dependencies = [
2525
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',

0 commit comments

Comments
 (0)