From ab214bcb82f5e4ff7a710223689ad9ac169fd51f Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Mon, 10 Dec 2018 13:03:40 -0800 Subject: [PATCH 1/2] Release 0.28.2 --- resource_manager/CHANGELOG.md | 26 ++++++++++++++++++++++++++ resource_manager/setup.py | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/resource_manager/CHANGELOG.md b/resource_manager/CHANGELOG.md index 853b48b4b8cb..9178503a0764 100644 --- a/resource_manager/CHANGELOG.md +++ b/resource_manager/CHANGELOG.md @@ -4,6 +4,32 @@ [1]: https://pypi.org/project/google-cloud-resource-manager/#history +## 0.28.2 + +12-10-2018 13:00 PST + + +### Implementation Changes +- Use moved `iam.policy` now at `google.api_core.iam.policy` ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Fix `filter_params` argument in `list_projects` ([#5383](https://github.com/googleapis/google-cloud-python/pull/5383)) + +### Dependencies +- Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835)) +- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391)) + +### Documentation +- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) +- Prep docs for repo split. ([#6022](https://github.com/googleapis/google-cloud-python/pull/6022)) +- Declutter sidebar by supplying explict short titles. ([#5939](https://github.com/googleapis/google-cloud-python/pull/5939)) + +### Internal / Testing Changes +- Add blacken to noxfile ([#6795](https://github.com/googleapis/google-cloud-python/pull/6795)) +- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642)) +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) +- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) +- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295)) +- Fix bad trove classifier + ## 0.28.1 ### Dependencies diff --git a/resource_manager/setup.py b/resource_manager/setup.py index 856846f520e4..74c24865952b 100644 --- a/resource_manager/setup.py +++ b/resource_manager/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-resource-manager' description = 'Google Cloud Resource Manager API client library' -version = '0.28.1' +version = '0.28.2' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From d4263c866ecaae2b07f90142475d36048069d83d Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 10 Dec 2018 13:55:42 -0800 Subject: [PATCH 2/2] Update resource_manager/CHANGELOG.md Co-Authored-By: crwilcox --- resource_manager/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource_manager/CHANGELOG.md b/resource_manager/CHANGELOG.md index 9178503a0764..c065111af4e0 100644 --- a/resource_manager/CHANGELOG.md +++ b/resource_manager/CHANGELOG.md @@ -10,7 +10,7 @@ ### Implementation Changes -- Use moved `iam.policy` now at `google.api_core.iam.policy` ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) +- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741)) - Fix `filter_params` argument in `list_projects` ([#5383](https://github.com/googleapis/google-cloud-python/pull/5383)) ### Dependencies