Skip to content

Commit

Permalink
Widen range for 'google-cloud-core'. (#7976)
Browse files Browse the repository at this point in the history
Prep runtimeconfig-0.28.4 release.
  • Loading branch information
tseaver authored May 15, 2019
1 parent 4ca205e commit 9b8e0bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions runtimeconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## 0.28.4

05-14-2019 12:52 PST


### Implementation Changes
- Widen range for 'google-cloud-core'. ([#7976](https://github.com/googleapis/google-cloud-python/pull/7976))

## 0.28.3

12-17-2018 17:01 PST
Expand Down
4 changes: 2 additions & 2 deletions runtimeconfig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

name = 'google-cloud-runtimeconfig'
description = 'Google Cloud RuntimeConfig API client library'
version = '0.28.3'
version = '0.28.4'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'google-api-core >= 1.6.0, < 2.0.0dev',
'google-cloud-core >= 0.29.0, < 0.30dev',
'google-cloud-core >= 0.29.0, < 2.0dev',
]
extras = {
}
Expand Down

0 comments on commit 9b8e0bb

Please sign in to comment.