diff --git a/README.rst b/README.rst index db42b50b109a..e022bd9d333c 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,7 @@ The following client libraries have **beta** support: - `Google BigQuery`_ (`BigQuery README`_) - `Google Cloud Natural Language`_ (`Natural Language README`_) - `Google Cloud Pub/Sub`_ (`Pub/Sub README`_) +- `Google Cloud Spanner`_ (`Spanner README`_) - `Google Cloud Speech`_ (`Speech README`_) - `Google Cloud Video Intelligence`_ (`Video Intelligence README`_) - `Google Cloud Vision`_ (`Vision README`_) @@ -50,7 +51,6 @@ Cloud Platform services: - `Google Cloud DNS`_ (`DNS README`_) - `Google Cloud Resource Manager`_ (`Resource Manager README`_) - `Google Cloud Runtime Configuration`_ (`Runtime Config README`_) -- `Google Cloud Spanner`_ (`Spanner README`_) - `Stackdriver Error Reporting`_ (`Error Reporting README`_) - `Stackdriver Monitoring`_ (`Monitoring README`_) diff --git a/spanner/setup.py b/spanner/setup.py index 6af6aa5de497..cc26285f9794 100644 --- a/spanner/setup.py +++ b/spanner/setup.py @@ -35,7 +35,7 @@ 'include_package_data': True, 'zip_safe': False, 'classifiers': [ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent',