We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e911b commit e11d443Copy full SHA for e11d443
runtimeconfig/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-cloud-runtimeconfig/#history
6
7
+## 0.29.1
8
+
9
+06-04-2019 11:15 PDT
10
11
12
+### Dependencies
13
+- Don't pin `google-api-core` in libs using `google-cloud-core`. ([#8213](https://github.com/googleapis/google-cloud-python/pull/8213))
14
15
## 0.29.0
16
17
05-16-2019 12:32 PDT
runtimeconfig/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-runtimeconfig'
24
description = 'Google Cloud RuntimeConfig API client library'
25
-version = '0.29.0'
+version = '0.29.1'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments