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

Commit effc368

Browse files
feat: set release_status to production/stable (#11)
Release-As: 1.0.0 Co-authored-by: Dan O'Meara <[email protected]>
1 parent 48b08ac commit effc368

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/memorystore/docs/redis/",
55
"client_documentation": "https://googleapis.dev/python/redis/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-redis",
1010
"distribution_name": "google-cloud-redis",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Google Cloud Memorystore for Redis API
22
========================================================
33

4-
|alpha| |pypi| |versions|
4+
|ga| |pypi| |versions|
55

66
`Google Cloud Memorystore for Redis API`_: The Google Cloud Memorystore for
77
Redis API is used for creating and managing Redis instances on the Google
@@ -10,8 +10,8 @@ Cloud Platform.
1010
- `Client Library Documentation`_
1111
- `Product Documentation`_
1212

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
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-redis.svg
1616
:target: https://pypi.org/project/google-cloud-redis/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-redis.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
30-
release_status = "Development Status :: 3 - Alpha"
30+
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = [
3232
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
3333
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)