From 71f06bcb6e61f0da0c03a821fefe3bcba67a731b Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Wed, 6 Nov 2019 13:50:00 -0800 Subject: [PATCH 1/2] Release firestore 1.6.0 --- firestore/CHANGELOG.md | 7 +++++++ firestore/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/firestore/CHANGELOG.md b/firestore/CHANGELOG.md index efdeb52be0b6..7b2f4e455b4b 100644 --- a/firestore/CHANGELOG.md +++ b/firestore/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://pypi.org/project/google-cloud-firestore/#history +## 1.6.0 + +11-06-2019 13:49 PST + +### New Features +- Surface new 'IN' and 'ARRAY_CONTAINS_ANY' operators ([#9541](https://github.com/googleapis/google-cloud-python/pull/9541)) + ## 1.5.0 10-15-2019 06:45 PDT diff --git a/firestore/setup.py b/firestore/setup.py index 48dc96203fa9..6a114864beaf 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.5.0" +version = "1.6.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 9b794bacd4d832bf083cdc7c3248e770e9fba564 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Thu, 7 Nov 2019 18:09:12 +0000 Subject: [PATCH 2/2] Update firestore/CHANGELOG.md Co-Authored-By: Tres Seaver --- firestore/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore/CHANGELOG.md b/firestore/CHANGELOG.md index 7b2f4e455b4b..185d6fe37c6d 100644 --- a/firestore/CHANGELOG.md +++ b/firestore/CHANGELOG.md @@ -10,7 +10,7 @@ 11-06-2019 13:49 PST ### New Features -- Surface new 'IN' and 'ARRAY_CONTAINS_ANY' operators ([#9541](https://github.com/googleapis/google-cloud-python/pull/9541)) +- Surface new 'IN' and 'ARRAY_CONTAINS_ANY' query operators. ([#9541](https://github.com/googleapis/google-cloud-python/pull/9541)) ## 1.5.0