Skip to content

Commit 635d5e1

Browse files
authored
chore(spanner): release 1.13.0 (#9731)
* chore(spanner): release 1.13.0 * address PR comments
1 parent e97771e commit 635d5e1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

spanner/CHANGELOG.md

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

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

7+
## 1.13.0
8+
9+
11-11-2019 15:59 PST
10+
11+
12+
### Implementation Changes
13+
Fix TransactionPingingPool to stop thowing ''NoneType' object is not callable' error. ([#9609](https://github.com/googleapis/google-cloud-python/pull/9609))
14+
Return sessions from pool in LIFO order. ([#9454](https://github.com/googleapis/google-cloud-python/pull/9454))
15+
16+
### Documentation
17+
- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036))
18+
- Update description of the `timeout_secs` parameter. ([#9381](https://github.com/googleapis/google-cloud-python/pull/9381))
19+
20+
### Internal / Testing Changes
21+
- Harden `test_transaction_batch_update*` systests against partial success + abort. ([#9579](https://github.com/googleapis/google-cloud-python/pull/9579))
22+
723
## 1.12.0
824

925
10-23-2019 19:09 PDT

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

0 commit comments

Comments
 (0)