Skip to content

Commit a39348a

Browse files
tseavercrwilcox
authored andcommitted
Release 1.6.0 (googleapis#6174)
1 parent c8bda0f commit a39348a

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

spanner/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.0
8+
9+
10-08-2018 08:25 PDT
10+
11+
### New Features
12+
- Add support for DML/PDML. ([#6151](https://github.com/googleapis/google-cloud-python/pull/6151))
13+
14+
### Implementation Changes
15+
- Add 'synth.py' and regen GAPIC code. ([#6040](https://github.com/googleapis/google-cloud-python/pull/6040))
16+
17+
### Documentation
18+
- Remove invalid examples of `database.transaction()`. ([#6032](https://github.com/googleapis/google-cloud-python/pull/6032))
19+
- Redirect renamed `usage.html`/`client.html` -> `index.html`. ([#5996](https://github.com/googleapis/google-cloud-python/pull/5996))
20+
- Fix leakage of sections into sidebar menu. ([#5986](https://github.com/googleapis/google-cloud-python/pull/5986))
21+
- Prepare documentation for repo split. ([#5938](https://github.com/googleapis/google-cloud-python/pull/5938))
22+
23+
### Internal / Testing Changes
24+
- Remove extra `grpc_gcp` system tests. ([#6049](https://github.com/googleapis/google-cloud-python/pull/6049))
25+
726
## 1.5.0
827

928
### New Features

spanner/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.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)