Skip to content

Commit eee06f0

Browse files
authored
Release kms 0.2.1 (googleapis#6990)
* Release 0.2.1
1 parent caef271 commit eee06f0

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

kms/CHANGELOG.md

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

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

7+
## 0.2.1
8+
9+
12-18-2018 09:24 PST
10+
11+
12+
### Implementation Changes
13+
- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741))
14+
- Pick up changes in GAPIC generator. ([#6499](https://github.com/googleapis/google-cloud-python/pull/6499))
15+
- Fix `client_info` bug, update docstrings. ([#6414](https://github.com/googleapis/google-cloud-python/pull/6414))
16+
17+
### Dependencies
18+
- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
19+
- Update IAM version in dependencies ([#6362](https://github.com/googleapis/google-cloud-python/pull/6362))
20+
- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
21+
22+
### Documentation
23+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
24+
- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
25+
26+
### Internal / Testing Changes
27+
- Update noxfile.
28+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
29+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
30+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
31+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
32+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
33+
- Add synth metadata. ([#6569](https://github.com/googleapis/google-cloud-python/pull/6569))
34+
- Add 'mock' to unit test dependencies for autogen libs. ([#6402](https://github.com/googleapis/google-cloud-python/pull/6402))
35+
- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
36+
- Don't update nox in 'kms/synth.py'. ([#6233](https://github.com/googleapis/google-cloud-python/pull/6233))
37+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
38+
- Don't scribble on setup.py harder. ([#6064](https://github.com/googleapis/google-cloud-python/pull/6064))
39+
- Harmonize / DRY 'README.rst' / 'docs/index.rst'. ([#6021](https://github.com/googleapis/google-cloud-python/pull/6021))
40+
- Exclude 'setup.py' from synth. ([#6038](https://github.com/googleapis/google-cloud-python/pull/6038))
41+
742
## 0.2.0
843

944
### Documentation

kms/setup.py

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

2222
name = 'google-cloud-kms'
2323
description = 'Cloud Key Management Service (KMS) API API client library'
24-
version = '0.2.0'
24+
version = '0.2.1'
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)