Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4236e75

Browse files
authored
Release grafeas 0.2.0 (#8671)
1 parent ddd5eb7 commit 4236e75

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

grafeas/CHANGELOG.md

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

55
[1]: https://pypi.org/project/grafeas/#history
66

7+
## 0.2.0
8+
9+
07-12-2019 17:04 PDT
10+
11+
12+
### Implementation Changes
13+
- replace `min_affected_version` w/ `affected_version_{start,end}` (via synth). ([#8465](https://github.com/googleapis/google-cloud-python/pull/8465))
14+
- Allow kwargs to be passed to create_channel, update templates (via synth). ([#8391](https://github.com/googleapis/google-cloud-python/pull/8391))
15+
16+
### New Features
17+
- Update list method docstrings (via synth). ([#8510](https://github.com/googleapis/google-cloud-python/pull/8510))
18+
19+
### Documentation
20+
- Update READMEs. ([#8456](https://github.com/googleapis/google-cloud-python/pull/8456))
21+
22+
### Internal / Testing Changes
23+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
24+
725
## 0.1.0
826

927
06-17-2019 10:44 PDT

grafeas/setup.py

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

2222
name = "grafeas"
2323
description = "Grafeas API client library"
24-
version = "0.1.0"
24+
version = "0.2.0"
2525
release_status = "Development Status :: 3 - Alpha"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.6.0, < 2.0.0dev",

0 commit comments

Comments
 (0)