From e677c0661ebf9eee09274265220b47e3b5acaa54 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 3 Dec 2021 07:36:30 -0500 Subject: [PATCH] feat: bump release level to production/stable (#82) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #80 🦕 Release-As: 1.0.0 --- .../google-cloud-domains/.repo-metadata.json | 2 +- packages/google-cloud-domains/README.rst | 6 +- packages/google-cloud-domains/docs/README.rst | 83 +------------------ packages/google-cloud-domains/setup.py | 2 +- 4 files changed, 6 insertions(+), 87 deletions(-) mode change 100644 => 120000 packages/google-cloud-domains/docs/README.rst diff --git a/packages/google-cloud-domains/.repo-metadata.json b/packages/google-cloud-domains/.repo-metadata.json index ffb629fc69e1..8f51f134d696 100644 --- a/packages/google-cloud-domains/.repo-metadata.json +++ b/packages/google-cloud-domains/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/domains", "client_documentation": "https://cloud.google.com/python/docs/reference/domains/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-domains", diff --git a/packages/google-cloud-domains/README.rst b/packages/google-cloud-domains/README.rst index e66161f470bd..ace4dd9d4b7c 100644 --- a/packages/google-cloud-domains/README.rst +++ b/packages/google-cloud-domains/README.rst @@ -1,15 +1,15 @@ Python Client for Cloud Domains ================================================= -|beta| |pypi| |versions| +|ga| |pypi| |versions| `Cloud Domains`_: Enables management and configuration of domain names. - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-domains.svg :target: https://pypi.org/project/google-cloud-domains/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-domains.svg diff --git a/packages/google-cloud-domains/docs/README.rst b/packages/google-cloud-domains/docs/README.rst deleted file mode 100644 index 3ce7ad6f3372..000000000000 --- a/packages/google-cloud-domains/docs/README.rst +++ /dev/null @@ -1,82 +0,0 @@ -Python Client for Cloud Domains -================================================= - -|beta| |pypi| |versions| - -`Cloud Domains`_: Enables management and configuration of domain names. - -- `Client Library Documentation`_ -- `Product Documentation`_ - -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support -.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-domains.svg - :target: https://pypi.org/project/google-cloud-domains/ -.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-domains.svg - :target: https://pypi.org/project/google-cloud-domains/ -.. _Cloud Domains: https://cloud.google.com/domains -.. _Client Library Documentation: https://googleapis.dev/python/domainslatest -.. _Product Documentation: https://cloud.google.com/domains - -Quick Start ------------ - -In order to use this library, you first need to go through the following steps: - -1. `Select or create a Cloud Platform project.`_ -2. `Enable billing for your project.`_ -3. `Enable the Cloud Domains.`_ -4. `Setup Authentication.`_ - -.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project -.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project -.. _Enable the Cloud Domains.: https://cloud.google.com/domains/docs -.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html - -Installation -~~~~~~~~~~~~ - -Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to -create isolated Python environments. The basic problem it addresses is one of -dependencies and versions, and indirectly permissions. - -With `virtualenv`_, it's possible to install this library without needing system -install permissions, and without clashing with the installed system -dependencies. - -.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/ - - -Mac/Linux -^^^^^^^^^ - -.. code-block:: console - - pip install virtualenv - virtualenv - source /bin/activate - /bin/pip install google-cloud-domains - - -Windows -^^^^^^^ - -.. code-block:: console - - pip install virtualenv - virtualenv - \Scripts\activate - \Scripts\pip.exe install google-cloud-domains - -Next Steps -~~~~~~~~~~ - -- Read the `Client Library Documentation`_ for Cloud Domains - to see other available methods on the client. -- Read the `Cloud Domains Product documentation`_ to learn - more about the product and see How-to Guides. -- View this `README`_ to see the full list of Cloud - APIs that we cover. - -.. _Cloud Domains Product documentation: https://cloud.google.com/domains/docs -.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst \ No newline at end of file diff --git a/packages/google-cloud-domains/docs/README.rst b/packages/google-cloud-domains/docs/README.rst new file mode 120000 index 000000000000..89a0106941ff --- /dev/null +++ b/packages/google-cloud-domains/docs/README.rst @@ -0,0 +1 @@ +../README.rst \ No newline at end of file diff --git a/packages/google-cloud-domains/setup.py b/packages/google-cloud-domains/setup.py index ef5a22357460..99775f678673 100644 --- a/packages/google-cloud-domains/setup.py +++ b/packages/google-cloud-domains/setup.py @@ -51,7 +51,7 @@ ), python_requires=">=3.6", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6",