Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit bcefc59

Browse files
chore: release 0.4.0 (#3)
* updated CHANGELOG.md [ci skip] * updated setup.py [ci skip]
1 parent e55220b commit bcefc59

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
[1]: https://pypi.org/project/google-cloud-redis/#history
66

7+
## [0.4.0](https://www.github.com/googleapis/python-redis/compare/v0.3.0...v0.4.0) (2020-02-12)
8+
9+
10+
### Features
11+
12+
* **redis:** undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) ([#10049](https://www.github.com/googleapis/python-redis/issues/10049)) ([b8a8c24](https://www.github.com/googleapis/python-redis/commit/b8a8c242c3f8f91b4615190006f5a2da720c8f40))
13+
* add ConnectMode and upgrade_instance ([#5](https://www.github.com/googleapis/python-redis/issues/5)) ([e55220b](https://www.github.com/googleapis/python-redis/commit/e55220b5c189bc96589abac492a490d1d99b53ff))
14+
15+
16+
### Bug Fixes
17+
18+
* **redis:** deprecate resource name helper methods (via synth) ([#9840](https://www.github.com/googleapis/python-redis/issues/9840)) ([75342ef](https://www.github.com/googleapis/python-redis/commit/75342ef43750ec5709694ac39306e5747e01fcdc))
19+
720
## 0.3.0
821

922
07-24-2019 17:15 PDT
@@ -101,4 +114,3 @@
101114

102115
### New Features
103116
Initial version of Redis client library v1beta1.
104-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-redis"
2424
description = "Google Cloud Memorystore for Redis API client library"
25-
version = "0.3.0"
25+
version = "0.4.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)