From 727c3899b55cb6e40aa0158b43101097d086759e Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Fri, 14 Sep 2018 13:07:12 -0700 Subject: [PATCH] Release 0.2.0 --- redis/CHANGELOG.md | 18 ++++++++++++++++++ redis/setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/redis/CHANGELOG.md b/redis/CHANGELOG.md index 61f74dee8ec7..797a97617851 100644 --- a/redis/CHANGELOG.md +++ b/redis/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/google-cloud-redis/#history +## 0.2.0 + +### New Features + +- Add the v1 API client library. ([#5945](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5945)) + +### Documentation + +- Docs: Replace links to '/stable/' with '/latest/'. ([#5901](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5901)) +- Redis: Fix README.md links ([#5745](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5745)) +- Add redis documentation to main index.rst ([#5405](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5405)) + +### Internal / Testing Changes + +- Nox: use inplace installs ([#5865](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5865)) +- Avoid overwriting '__module__' of messages from shared modules. ([#5364](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5364)) +- Unit tests require grpcio. ([#5363](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5363)) + ## 0.1.0 ### New Features diff --git a/redis/setup.py b/redis/setup.py index 909c71f26fff..a4a466208898 100644 --- a/redis/setup.py +++ b/redis/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-redis' description = 'Google Cloud Memorystore for Redis API client library' -version = '0.1.0' +version = '0.2.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'