8000 Release spanner 1.7.1 (#6929) · larkee/python-spanner@d0ef391 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0ef391

Browse files
authored
Release spanner 1.7.1 (#6929)
* Release 1.7.1
1 parent 8589914 commit d0ef391

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-spanner/#history
66

7+
## 1.7.1
8+
9+
12-14-2018 15:18 PST
10+
11+
12+
### Documentation
13+
- Announce Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
14+
- Normalize documentation for 'page_size' / 'max_results' / 'page_token' ([#6842](https://github.com/googleapis/google-cloud-python/pull/6842))
15+
16+
### Internal / Testing Changes
17+
- Include grpc config in manifest ([#6928](https://github.com/googleapis/google-cloud-python/pull/6928))
18+
719
## 1.7.0
820

921
12-10-2018 13:10 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-spanner'
2424
description = 'Cloud Spanner API client library'
25-
version = '1.7.0'
25+
version = '1.7.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)
0