Skip to content

Commit 36d811a

Browse files
authored
chore(runtimeconfig): release 0.30.0 (googleapis#9472)
1 parent acf122d commit 36d811a

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

runtimeconfig/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-runtimeconfig/#history
66

7+
## 0.30.0
8+
9+
10-15-2019 06:53 PDT
10+
11+
12+
### New Features
13+
- Add `client_options` to client. ([#9045](https://github.com/googleapis/google-cloud-python/pull/9045))
14+
15+
### Dependencies
16+
- Pin 'google-cloud-core >= 1.0.3, < 2.0.0dev'. ([#9445](https://github.com/googleapis/google-cloud-python/pull/9445))
17+
18+
### Documentation
19+
- Fix intersphinx reference to requests. ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294))
20+
- Fix broken links in docs. ([#9148](https://github.com/googleapis/google-cloud-python/pull/9148))
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:26 PDT

runtimeconfig/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-runtimeconfig'
2424
description = 'Google Cloud RuntimeConfig 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)