Skip to content

Commit 2066df3

Browse files
authored
Release runtimeconfig 0.28.2 (googleapis#6895)
* Release 0.28.2
1 parent 4235961 commit 2066df3

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

runtimeconfig/CHANGELOG.md

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

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

7+
## 0.28.2
8+
9+
12-10-2018 13:05 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 variable nanosecond timestamp `update_time` from response ([#4819](https://github.com/googleapis/google-cloud-python/pull/4819))
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+
- Update README service links in quickstart guides. ([#6322](https://github.com/googleapis/google-cloud-python/pull/6322))
22+
- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
23+
- Prep docs for repo split. ([#6023](https://github.com/googleapis/google-cloud-python/pull/6023))
24+
25+
### Internal / Testing Changes
26+
- Add blacken to noxfile ([#6795](https://github.com/googleapis/google-cloud-python/pull/6795))
27+
- Blackening Continued... ([#6667](https://github.com/googleapis/google-cloud-python/pull/6667))
28+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
29+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
30+
- Add Test runs for Python 3.7 and remove 3.4 ([#5295](https://github.com/googleapis/google-cloud-python/pull/5295))
31+
- Add tests with microseconds and nanoseconds ([#5150](https://github.com/googleapis/google-cloud-python/pull/5150))
32+
- Fix bad trove classifier
33+
734
## 0.28.1
835

936
### Implementation changes

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.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)