Skip to content

Commit fc80bfc

Browse files
authored
Release kms 1.0.0 (googleapis#7337)
* Release 1.0.0 * Update release status in setup.py
1 parent 425f759 commit fc80bfc

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

kms/CHANGELOG.md

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

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

7+
## 1.0.0
8+
9+
02-13-2019 10:53 PST
10+
11+
### Implementation Changes
12+
- Remove unused message exports. ([#7270](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7270))
13+
- Pick up stub docstring fix in GAPIC generator. ([#6974](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6974))
14+
15+
### Documentation
16+
- Updated client library documentation URLs. ([#7307](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7307))
17+
18+
### Internal / Testing Changes
19+
- Add KMS system test ([#7304](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7304))
20+
- Add protos as an artifact to library ([#7205](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7205))
21+
- Update copyright headers
22+
- Protoc-generated serialization update. ([#7086](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/7086))
23+
724
## 0.2.1
825

926
12-18-2018 09:24 PST

kms/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
name = 'google-cloud-kms'
2323
description = 'Cloud Key Management Service (KMS) API API client library'
24-
version = '0.2.1'
25-
release_status = 'Development Status :: 3 - Alpha'
24+
version = '1.0.0'
25+
release_status = 'Development Status :: 5 - Production/Stable'
2626
dependencies = [
2727
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
2828
'grpc-google-iam-v1 >= 0.11.4, < 0.12dev',

0 commit comments

Comments
 (0)