Skip to content

Commit 12733c0

Browse files
committed
Release 0.3.0
1 parent 09e36cd commit 12733c0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

automl/CHANGELOG.md

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

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

7+
## 0.3.0
8+
9+
06-20-2019 14:47 PDT
10+
11+
12+
### New Features
13+
- Add support for video object tracking (via synth). ([#8278](https://github.com/googleapis/google-cloud-python/pull/8278))
14+
15+
### Documentation
16+
- Use alabaster theme everwhere. ([#8021](https://github.com/googleapis/google-cloud-python/pull/8021))
17+
- Add proto files; add 'docs' session to 'nox'; update docstrings (via synth). ([#8029](https://github.com/googleapis/google-cloud-python/pull/8029))
18+
19+
### Internal / Testing Changes
20+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8233](https://github.com/googleapis/google-cloud-python/pull/8233))
21+
- Fix coverage in 'types.py'. ([#8145](https://github.com/googleapis/google-cloud-python/pull/8145))
22+
- Blacken noxfile.py, setup.py (via synth). ([#8115](https://github.com/googleapis/google-cloud-python/pull/8115))
23+
- Add empty lines (via synth). ([#8048](https://github.com/googleapis/google-cloud-python/pull/8048))
24+
- Include protos in synth. ([#8000](https://github.com/googleapis/google-cloud-python/pull/8000))
25+
726
## 0.2.0
827

928
04-03-2019 09:16 PDT

automl/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-automl"
2121
description = "Cloud AutoML API client library"
22-
version = "0.2.0"
22+
version = "0.3.0"
2323
release_status = "Development Status :: 3 - Alpha"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.6.0, < 2.0.0dev",

0 commit comments

Comments
 (0)