From c0426c536d1bdf387e5e373cdec22769f9766a10 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Thu, 2 Jan 2020 10:37:44 -0800 Subject: [PATCH] chore(firestore): release 1.6.1 --- firestore/CHANGELOG.md | 14 ++++++++++++++ firestore/setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/firestore/CHANGELOG.md b/firestore/CHANGELOG.md index 185d6fe37c6d..a0841a07158b 100644 --- a/firestore/CHANGELOG.md +++ b/firestore/CHANGELOG.md @@ -5,6 +5,20 @@ [1]: https://pypi.org/project/google-cloud-firestore/#history +## 1.6.1 + +01-02-2020 10:35 PST + + +### Implementation Changes +- Recover watch streams on more error types ([#9995](https://github.com/googleapis/google-cloud-python/pull/9995)) +- Simplify 'Collection.add' and avoid a spurious API call ([#9634](https://github.com/googleapis/google-cloud-python/pull/9634)) + +### Documentation +- Add new where operators to docstring ([#9789](https://github.com/googleapis/google-cloud-python/pull/9789)) +- Change spacing in docs templates (via synth) ([#9750](https://github.com/googleapis/google-cloud-python/pull/9750)) +- Add python 2 sunset banner to documentation ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) + ## 1.6.0 11-06-2019 13:49 PST diff --git a/firestore/setup.py b/firestore/setup.py index 6a114864beaf..8fafbd8521fc 100644 --- a/firestore/setup.py +++ b/firestore/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-firestore" description = "Google Cloud Firestore API client library" -version = "1.6.0" +version = "1.6.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'