From 635d5e1ea0bf0d5232e25807d4abd82701bd271c Mon Sep 17 00:00:00 2001 From: larkee <31196561+larkee@users.noreply.github.com> Date: Wed, 13 Nov 2019 10:49:37 +1100 Subject: [PATCH] chore(spanner): release 1.13.0 (#9731) * chore(spanner): release 1.13.0 * address PR comments --- spanner/CHANGELOG.md | 16 ++++++++++++++++ spanner/setup.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/spanner/CHANGELOG.md b/spanner/CHANGELOG.md index 97593703a647..7262e584878a 100644 --- a/spanner/CHANGELOG.md +++ b/spanner/CHANGELOG.md @@ -4,6 +4,22 @@ [1]: https://pypi.org/project/google-cloud-spanner/#history +## 1.13.0 + +11-11-2019 15:59 PST + + +### Implementation Changes +Fix TransactionPingingPool to stop thowing ''NoneType' object is not callable' error. ([#9609](https://github.com/googleapis/google-cloud-python/pull/9609)) +Return sessions from pool in LIFO order. ([#9454](https://github.com/googleapis/google-cloud-python/pull/9454)) + +### Documentation +- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) +- Update description of the `timeout_secs` parameter. ([#9381](https://github.com/googleapis/google-cloud-python/pull/9381)) + +### Internal / Testing Changes +- Harden `test_transaction_batch_update*` systests against partial success + abort. ([#9579](https://github.com/googleapis/google-cloud-python/pull/9579)) + ## 1.12.0 10-23-2019 19:09 PDT diff --git a/spanner/setup.py b/spanner/setup.py index c8c47ef4a8d8..b76e9f33ccbc 100644 --- a/spanner/setup.py +++ b/spanner/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-spanner" description = "Cloud Spanner API client library" -version = "1.12.0" +version = "1.13.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'