Skip to content

Commit b5bb244

Browse files
authored
Release 1.10.0 (#7196)
1 parent eb871b6 commit b5bb244

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.10.0
8+
9+
01-17-2019 15:37 PST
10+
11+
12+
### Implementation Changes
13+
- Change WriteLogEntries retry policy.
14+
- Protoc-generated serialization update. ([#7088](https://github.com/googleapis/google-cloud-python/pull/7088))
15+
- GAPIC generation fixes. ([#7061](https://github.com/googleapis/google-cloud-python/pull/7061))
16+
17+
### Internal / Testing Changes
18+
- Update copyright headers.
19+
- Use 'python-3.6' for 'blacken' run. ([#7064](https://github.com/googleapis/google-cloud-python/pull/7064))
20+
721
## 1.9.1
822

923
12-17-2018 16:49 PST

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.9.1'
25+
version = '1.10.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)