From 7bbfefa051f2be0f424cd922975ef3b6acd6bc41 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 16 May 2019 15:26:53 -0400 Subject: [PATCH] Release 1.2.0 --- firestore/CHANGELOG.md | 15 +++++++++++++++ firestore/setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/firestore/CHANGELOG.md b/firestore/CHANGELOG.md index 49d5a8f303f6..df2c78d94363 100644 --- a/firestore/CHANGELOG.md +++ b/firestore/CHANGELOG.md @@ -5,6 +5,21 @@ [1]: https://pypi.org/project/google-cloud-firestore/#history +## 1.2.0 + +05-16-2019 12:25 PDT + + +### New Features +- Add support for numeric transforms: `increment` / `maximum` / `minimum`. ([#7989](https://github.com/googleapis/google-cloud-python/pull/7989)) +- Add `client_info` support to V1 client. ([#7877](https://github.com/googleapis/google-cloud-python/pull/7877)) and ([#7898](https://github.com/googleapis/google-cloud-python/pull/7898)) + +### Dependencies +- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993)) + +### Internal / Testing Changes +- Add nox session `docs`, add routing header to method metadata, reorder methods (via synth).. ([#7771](https://github.com/googleapis/google-cloud-python/pull/7771)) + ## 1.1.0 04-30-2019 12:29 PDT diff --git a/firestore/setup.py b/firestore/setup.py index 3058fe3cf1a0..b4756d2dc236 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.1.0' +version = '1.2.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'