Skip to content

Commit 3791847

Browse files
authored
Release 0.2.0 (googleapis#7915)
1 parent fde05e7 commit 3791847

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

talent/CHANGELOG.md

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

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

7+
## 0.2.0
8+
9+
05-09-2019 12:25 PDT
10+
11+
12+
### Implementation Changes
13+
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))
14+
15+
### New Features
16+
- Regenerate talent (via synth). ([#7861](https://github.com/googleapis/google-cloud-python/pull/7861))
17+
18+
### Documentation
19+
- Fixed broken talent client library documentation link ([#7546](https://github.com/googleapis/google-cloud-python/pull/7546))
20+
- Fix link in docstring.([#7508](https://github.com/googleapis/google-cloud-python/pull/7508))
21+
- Documentation and formatting changes. ([#7489](https://github.com/googleapis/google-cloud-python/pull/7489))
22+
723
## 0.1.0
824

925
03-05-2019 12:50 PST

talent/setup.py

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

2323
name = 'google-cloud-talent'
2424
description = 'Google Cloud Talent Solution API client library'
25-
version = '0.1.0'
25+
version = '0.2.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)