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

Commit

Permalink
feat: bump release level to production/stable (#89)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
parthea committed Nov 3, 2021
1 parent 828ae20 commit d93e829
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 91 deletions.
4 changes: 2 additions & 2 deletions .repo-metadata.json
@@ -1,10 +1,10 @@
{
"name": "contactcenterinsights",
"name_pretty": "Contact Center AI Insights API",
"product_documentation": "https://cloud.google.com/dialogflow/priv/docs/insights/",
"product_documentation": "https://cloud.google.com/contact-center/insights/docs",
"client_documentation": "https://googleapis.dev/python/contactcenterinsights/latest",
"issue_tracker": "",
"release_level": "beta",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-contact-center-insights",
Expand Down
12 changes: 6 additions & 6 deletions README.rst
@@ -1,22 +1,22 @@
Python Client for Contact Center AI Insights API (Preview)
==========================================================

|beta| |pypi| |versions|
|ga| |pypi| |versions|

Python client for `Contact Center AI Insights`_

- `Client Library Documentation`_
- `Product Documentation`_

.. |beta| image:: https://img.shields.io/badge/support-beta-gold.svg
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-contact-center-insights.svg
:target: https://pypi.org/project/google-cloud-contact-center-insights/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-contact-center-insights.svg
:target: https://pypi.org/project/google-cloud-contact-center-insights/
.. _Contact Center AI Insights: https://cloud.google.com/dialogflow/priv/docs/insights
.. _Contact Center AI Insights: https://cloud.google.com/contact-center/insights/docs
.. _Client Library Documentation: https://googleapis.dev/python/contactcenterinsights/latest
.. _Product Documentation: https://cloud.google.com/dialogflow/priv/docs/insights
.. _Product Documentation: https://cloud.google.com/contact-center/insights/docs

Quick Start
-----------
Expand Down Expand Up @@ -78,5 +78,5 @@ Next Steps
- View this `README`_ to see the full list of Cloud
APIs that we cover.

.. _Contact Center AI Insights API Product documentation: https://cloud.google.com/dialogflow/priv/docs/insights
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
.. _Contact Center AI Insights API Product documentation: https://cloud.google.com/contact-center/insights/docs
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
82 changes: 0 additions & 82 deletions docs/README.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/README.rst
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
name = "google-cloud-contact-center-insights"
description = "Contact Center AI Insights API"
version = "0.6.1"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-contact-center-insights"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit d93e829

Please sign in to comment.