Skip to content

Commit 6a6bad0

Browse files
authored
chore(logging): release 1.14.0 (#9471)
1 parent c1afe6e commit 6a6bad0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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

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+
718
## 1.13.0
819

920
09-23-2019 10:00 PDT

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-logging'
2424
description = 'Stackdriver Logging API client library'
25-
version = '1.13.0'
25+
version = '1.14.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)