This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/memorystore/docs/redis/" ,
5
5
"client_documentation" : " https://googleapis.dev/python/redis/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/5169231" ,
7
- "release_level" : " alpha " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " python" ,
9
9
"repo" : " googleapis/python-redis" ,
10
10
"distribution_name" : " google-cloud-redis" ,
Original file line number Diff line number Diff line change 1
1
Python Client for Google Cloud Memorystore for Redis API
2
2
========================================================
3
3
4
- |alpha | |pypi | |versions |
4
+ |ga | |pypi | |versions |
5
5
6
6
`Google Cloud Memorystore for Redis API `_: The Google Cloud Memorystore for
7
7
Redis API is used for creating and managing Redis instances on the Google
@@ -10,8 +10,8 @@ Cloud Platform.
10
10
- `Client Library Documentation `_
11
11
- `Product Documentation `_
12
12
13
- .. |alpha | image :: https://img.shields.io/badge/support-alpha-orange .svg
14
- :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
13
+ .. |ga | image :: https://img.shields.io/badge/support-GA-gold .svg
14
+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
15
15
.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-redis.svg
16
16
:target: https://pypi.org/project/google-cloud-redis/
17
17
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-redis.svg
Original file line number Diff line number Diff line change 27
27
# 'Development Status :: 3 - Alpha'
28
28
# 'Development Status :: 4 - Beta'
29
29
# 'Development Status :: 5 - Production/Stable'
30
- release_status = "Development Status :: 3 - Alpha "
30
+ release_status = "Development Status :: 5 - Production/Stable "
31
31
dependencies = [
32
32
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
33
33
'enum34; python_version < "3.4"' ,
You can’t perform that action at this time.
0 commit comments