We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1afe6e commit 6a6bad0Copy full SHA for 6a6bad0
CHANGELOG.md
@@ -4,6 +4,17 @@
4
5
[1]: https://pypi.org/project/google-cloud-logging/#history
6
7
+## 1.14.0
8
+
9
+10-15-2019 06:50 PDT
10
11
12
+### Implementation Changes
13
+- Fix proto copy. ([#9420](https://github.com/googleapis/google-cloud-python/pull/9420))
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
## 1.13.0
19
20
09-23-2019 10:00 PDT
setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-logging'
24
description = 'Stackdriver Logging API client library'
25
-version = '1.13.0'
+version = '1.14.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments