diff --git a/datastore/CHANGELOG.md b/datastore/CHANGELOG.md index 1c7a1494ae44..57b311b9af96 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)) +- Use inplace installs under `nox` ([#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'