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

Commit b8d9394

Browse files
authored
feat: bump release level to production/stable (#59)
Fixes #38 🦕
1 parent 266e406 commit b8d9394

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": "cloud.google.com/memorystore/docs/memcached/",
55
"client_documentation": "https://googleapis.dev/python/memcache/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-memcache",

README.rst

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

4-
|beta| |pypi| |versions|
4+
|GA| |pypi| |versions|
55

66
`Cloud Memorystore for Memached API`_: Ship performant and highly available key value store,
77
compatible with OSS Memcached protocol.
88

99
- `Client Library Documentation`_
1010
- `Product Documentation`_
1111

12-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
13-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
12+
.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg
13+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1414
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-memcache.svg
1515
:target: https://pypi.org/project/google-cloud-memcache/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-memcache.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
),
4646
python_requires=">=3.6",
4747
classifiers=[
48-
"Development Status :: 4 - Beta",
48+
"Development Status :: 5 - Production/Stable",
4949
"Intended Audience :: Developers",
5050
"Operating System :: OS Independent",
5151
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)