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

feat: bump release level to production/stable #89

Merged
merged 2 commits into from
Nov 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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