Skip to content

Commit fb4823e

Browse files
authored
chore(datacatalog): release 0.5.0 (#9808)
1 parent 0be280c commit fb4823e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

datacatalog/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

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

7+
## 0.5.0
8+
9+
11-14-2019 12:54 PST
10+
11+
### New Features
12+
13+
- add policy tag manager clients ([#9804](https://github.com/googleapis/google-cloud-python/pull/9804))
14+
15+
### Documentation
16+
17+
- add python 2 sunset banner to documentation ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
18+
- add sample to create a fileset entry ([#9590](https://github.com/googleapis/google-cloud-python/pull/9590))
19+
- add sample to create an entry group ([#9584](https://github.com/googleapis/google-cloud-python/pull/9584))
20+
21+
### Internal / Testing Changes
22+
23+
- change spacing in docs templates (via synth) ([#9743](https://github.com/googleapis/google-cloud-python/pull/9743))
24+
725
## 0.4.0
826

927
10-23-2019 08:54 PDT

datacatalog/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-datacatalog"
2323
description = "Google Cloud Data Catalog API API client library"
24-
version = "0.4.0"
24+
version = "0.5.0"
2525
# Should be one of:
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)