Skip to content

Commit 6b89af3

Browse files
authored
Release resource_manager 0.28.2 (googleapis#6894)
* Release 0.28.2
1 parent 0e73f5c commit 6b89af3

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

resource_manager/CHANGELOG.md

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

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

7+
## 0.28.2
8+
9+
12-10-2018 13:00 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+
- Fix `filter_params` argument in `list_projects` ([#5383](https://github.com/googleapis/google-cloud-python/pull/5383))
15+
16+
### Dependencies
17+
- Update dependency to google-cloud-core ([#6835](https://github.com/googleapis/google-cloud-python/pull/6835))
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+
20+
### Documentation
21+
- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
22+
- Prep docs for repo split. ([#6022](https://github.com/googleapis/google-cloud-python/pull/6022))
23+
- Declutter sidebar by supplying explict short titles. ([#5939](https://github.com/googleapis/google-cloud-python/pull/5939))
24+
25+
### Internal / Testing Changes
26+
- Add blacken to noxfile ([#6795](https://github.com/googleapis/google-cloud-python/pull/6795))
27+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
28+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
29+
- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865))
30+
- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295))
31+
- Fix bad trove classifier
32+
733
## 0.28.1
834

935
### Dependencies

resource_manager/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-resource-manager'
2424
description = 'Google Cloud Resource Manager API client library'
25-
version = '0.28.1'
25+
version = '0.28.2'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)