Skip to content

Commit 18f4b98

Browse files
authored
Release 1.6.1 (#6472)
1 parent 3fbd67a commit 18f4b98

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

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

7+
## 1.6.1
8+
9+
11-09-2018 14:49 PST
10+
11+
### Implementation Changes
12+
- Fix client_info bug, update docstrings. ([#6420](https://github.com/googleapis/google-cloud-python/pull/6420))
13+
14+
### Documentation
15+
- Update README service links in quickstart guides. ([#6322](https://github.com/googleapis/google-cloud-python/pull/6322))
16+
- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
17+
- Fix typo in spanner usage documentation ([#6209](https://github.com/googleapis/google-cloud-python/pull/6209))
18+
19+
### Internal / Testing Changes
20+
- Rationalize 'all_types' round-trip systest ([#6379](https://github.com/googleapis/google-cloud-python/pull/6379))
21+
- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
22+
- Add systest for returning empty array struct ([#4449](https://github.com/googleapis/google-cloud-python/pull/4449))
23+
- Add systests not needing tables ([#6308](https://github.com/googleapis/google-cloud-python/pull/6308))
24+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
25+
726
## 1.6.0
827

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

0 commit comments

Comments
 (0)