From 3bd5cf88508c2cac1741511f6ebfee463824a9f2 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Mon, 29 Oct 2018 10:38:28 -0700 Subject: [PATCH 1/2] Release 1.7.1 --- datastore/CHANGELOG.md | 19 +++++++++++++++++++ datastore/setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/datastore/CHANGELOG.md b/datastore/CHANGELOG.md index 1c7a1494ae44..4466af513aab 100644 --- a/datastore/CHANGELOG.md +++ b/datastore/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-datastore/#history +## 1.7.1 + +10-29-2018 10:38 PDT + +### Implementation Changes +- Propagate empty arrays in entity values. ([#6285](https://github.com/googleapis/google-cloud-python/pull/6285)) +- Expose 'Client.base_url' property to allow alternate endpoints. ([#5821](https://github.com/googleapis/google-cloud-python/pull/5821)) + +### Documentation +- Normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159)) +- Redirect renamed 'usage.html'/'client.html' -> 'index.html'. ([#5996](https://github.com/googleapis/google-cloud-python/pull/5996)) +- Replace links to '/stable/' with '/latest/'. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901)) + +### Internal / Testing Changes +- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) +- Add 'synth.py'. ([#6078](https://github.com/googleapis/google-cloud-python/pull/6078)) +- Prep datastore docs for repo split. ([#5919](https://github.com/googleapis/google-cloud-python/pull/5919)) +- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) + ## 1.7.0 ### Implementation Changes diff --git a/datastore/setup.py b/datastore/setup.py index d53e4fbdc4ad..1804121dd36f 100644 --- a/datastore/setup.py +++ b/datastore/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-datastore' description = 'Google Cloud Datastore API client library' -version = '1.7.0' +version = '1.7.1' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From b3f31eda9b7c2c8b591bdb3c20b6e673474e94ee Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 29 Oct 2018 11:05:13 -0700 Subject: [PATCH 2/2] Update datastore/CHANGELOG.md Co-Authored-By: crwilcox --- datastore/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/CHANGELOG.md b/datastore/CHANGELOG.md index 4466af513aab..57b311b9af96 100644 --- a/datastore/CHANGELOG.md +++ b/datastore/CHANGELOG.md @@ -21,7 +21,7 @@ - Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175)) - Add 'synth.py'. ([#6078](https://github.com/googleapis/google-cloud-python/pull/6078)) - Prep datastore docs for repo split. ([#5919](https://github.com/googleapis/google-cloud-python/pull/5919)) -- Nox: use inplace installs ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) +- Use inplace installs under `nox` ([#5865](https://github.com/googleapis/google-cloud-python/pull/5865)) ## 1.7.0