From 4666c3636856c9667a195d2ce4d30ef7708e9940 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Tue, 18 Dec 2018 15:05:00 -0800 Subject: [PATCH] Release securitycenter 0.1.1 (#6994) * Release 0.1.1 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3014216c..c65e0d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,34 @@ [1]: https://pypi.org/project/google-cloud-securitycenter/#history +## 0.1.1 + +12-18-2018 09:45 PST + + +### Implementation Changes +- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Pick up changes to GAPIC generator. ([#6506](https://github.com/googleapis/google-cloud-python/pull/6506)) +- Assorted synth fixups / cleanups ([#6400](https://github.com/googleapis/google-cloud-python/pull/6400)) +- Fix `client_info` bug, update docstrings via synth. ([#6438](https://github.com/googleapis/google-cloud-python/pull/6438)) + +### Dependencies +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) + +### Documentation +- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910)) +- Docstring changes via synth. ([#6473](https://github.com/googleapis/google-cloud-python/pull/6473)) + +### Internal / Testing Changes +- Add baseline for synth.metadata +- Update noxfile. +- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792)) +- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701)) +- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698)) +- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666)) +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) +- Overlooked synth changes. ([#6439](https://github.com/googleapis/google-cloud-python/pull/6439)) + ## 0.1.0 11-01-2018 15:12 PDT diff --git a/setup.py b/setup.py index a43e6f6a..a0e5b842 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = 'google-cloud-securitycenter' description = 'Cloud Security Command Center API API client library' -version = '0.1.0' +version = '0.1.1' release_status = 'Development Status :: 3 - Alpha' dependencies = [ 'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',