File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
packages/google-cloud-datalabeling Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-datalabeling/#history
66
7+ ## 0.2.0
8+
9+ 07-09-2019 12:56 PDT
10+
11+
12+ ### Implementation Changes
13+ - Allow kwargs to be passed to create_channel (via synth). ([ #8386 ] ( https://github.com/googleapis/google-cloud-python/pull/8386 ) )
14+
15+ ### New Features
16+ - Add 'client_options' support, update list method docstrings (via synth). ([ #8504 ] ( https://github.com/googleapis/google-cloud-python/pull/8504 ) )
17+ - [ BREAKING] Remove audio type, add general_data type, blocking_resources (via synth). ([ #8459 ] ( https://github.com/googleapis/google-cloud-python/pull/8459 ) )
18+
19+ ### Documentation
20+ - Update index.rst ([ #7764 ] ( https://github.com/googleapis/google-cloud-python/pull/7764 ) )
21+
22+ ### Internal / Testing Changes
23+ - Pin black version (via synth). ([ #8578 ] ( https://github.com/googleapis/google-cloud-python/pull/8578 ) )
24+ - Add docs job to publish to googleapis.dev. ([ #8464 ] ( https://github.com/googleapis/google-cloud-python/pull/8464 ) )
25+ - Declare encoding as utf-8 in pb2 files (via synth). ([ #8348 ] ( https://github.com/googleapis/google-cloud-python/pull/8348 ) )
26+ - Add disclaimer to auto-generated template files (via synth). ([ #8310 ] ( https://github.com/googleapis/google-cloud-python/pull/8310 ) )
27+ - Supress checking 'cov-fail-under' in nox default session (via synth). ([ #8236 ] ( https://github.com/googleapis/google-cloud-python/pull/8236 ) )
28+ - Fix coverage in 'types.py' (via synth). ([ #8151 ] ( https://github.com/googleapis/google-cloud-python/pull/8151 ) )
29+ - Blacken noxfile.py, setup.py (via synth). ([ #8118 ] ( https://github.com/googleapis/google-cloud-python/pull/8118 ) )
30+ - Add empty lines (via synth). ([ #8053 ] ( https://github.com/googleapis/google-cloud-python/pull/8053 ) )
31+ - Add nox session ` docs ` , reorder methods (via synth). ([ #7767 ] ( https://github.com/googleapis/google-cloud-python/pull/7767 ) )
32+
733## 0.1.1
834
93504-02-2019 11:29 PDT
Original file line number Diff line number Diff line change 2121
2222name = "google-cloud-datalabeling"
2323description = "Data Labeling API client library"
24- version = "0.1.1 "
24+ version = "0.2.0 "
2525release_status = "Development Status :: 4 - Beta"
2626dependencies = [
2727 "google-api-core[grpc] >= 1.4.1, < 2.0.0dev" ,
You can’t perform that action at this time.
0 commit comments