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

Commit

Permalink
feat: set release_status to production/stable (#11)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0

Co-authored-by: Dan O'Meara <danom@google.com>
  • Loading branch information
busunkim96 and danoscarmike committed May 12, 2020
1 parent 48b08ac commit effc368
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/memorystore/docs/redis/",
"client_documentation": "https://googleapis.dev/python/redis/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
"release_level": "alpha",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-redis",
"distribution_name": "google-cloud-redis",
Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,7 +1,7 @@
Python Client for Google Cloud Memorystore for Redis API
========================================================

|alpha| |pypi| |versions|
|ga| |pypi| |versions|

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

.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-redis.svg
:target: https://pypi.org/project/google-cloud-redis/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-redis.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
'enum34; python_version < "3.4"',
Expand Down

0 comments on commit effc368

Please sign in to comment.