Skip to content

Commit bc7ef55

Browse files
authored
chore(resource_manager): release 0.30.0 (googleapis#9448)
1 parent 896aef4 commit bc7ef55

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

resource_manager/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-resource-manager/#history
66

7+
## 0.30.0
8+
9+
10-10-2019 11:38 PDT
10+
11+
12+
### New Features
13+
- Add `client_options` support. ([#9043](https://github.com/googleapis/google-cloud-python/pull/9043))
14+
15+
### Dependencies
16+
- Pin minimum version of `google-cloud-core` to 1.0.3. ([#9043](https://github.com/googleapis/google-cloud-python/pull/9043))
17+
18+
### Documentation
19+
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
20+
- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085))
21+
- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))
22+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
23+
724
## 0.29.2
825

926
07-24-2019 17:25 PDT

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.29.2'
25+
version = '0.30.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)