Skip to content

Commit 1a5ac3b

Browse files
author
Jon Wayne Parrott
authored
Release logging 1.6.0 (#4961)
1 parent 5aa0f26 commit 1a5ac3b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

7+
## 1.6.0
8+
9+
### Dependencies
10+
11+
- The minimum version for `google-api-core` has been updated to version 1.0.0. This may cause some incompatibility with older google-cloud libraries, you will need to update those libraries if you have a dependency conflict. (#4944, #4946)
12+
13+
### Testing and internal changes
14+
15+
- Install local dependencies when running lint (#4936)
16+
- Re-enable lint for tests, remove usage of pylint (#4921)
17+
- Normalize all setup.py files (#4909)
18+
719
## 1.5.0
820

921
# New features

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

0 commit comments

Comments
 (0)