Skip to content

Commit

Permalink
Release runtimeconfig-0.29.0 (#8008)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored May 17, 2019
1 parent 7972095 commit f757724
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions runtimeconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

[1]: https://pypi.org/project/google-cloud-runtimeconfig/#history

## 0.29.0

05-16-2019 12:32 PDT


### Implementation Changes
- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535))

### New Features
- Add `client_info` support to client / connection. ([#7871](https://github.com/googleapis/google-cloud-python/pull/7871))

### Dependencies
- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993))

### Documentation
- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307))

## 0.28.3

12-17-2018 17:01 PST
Expand Down
2 changes: 1 addition & 1 deletion runtimeconfig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = 'google-cloud-runtimeconfig'
description = 'Google Cloud RuntimeConfig API client library'
version = '0.28.3'
version = '0.29.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit f757724

Please sign in to comment.