From 19db3eb189579fb1c71ff94b3db4ffd279792fe7 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 12 Oct 2021 13:06:17 -0400 Subject: [PATCH] feat: bump release level to production/stable (#41) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #40 🦕 Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 6 ++--- docs/README.rst | 53 +-------------------------------------------- setup.py | 2 +- 4 files changed, 6 insertions(+), 57 deletions(-) mode change 100644 => 120000 docs/README.rst diff --git a/.repo-metadata.json b/.repo-metadata.json index ed0d605..16be284 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/bigquery/docs/reference/auditlogs", "client_documentation": "https://googleapis.dev/python/bigquerylogging/latest", "issue_tracker": "https://github.com/googleapis/python-bigquerylogging/issues", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "OTHER", "repo": "googleapis/python-bigquery-logging", diff --git a/README.rst b/README.rst index 7bbe3d2..a41e04d 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,15 @@ Python Client for Google Cloud Bigquery Logging ======================================================= -|beta| |pypi| |versions| +|ga| |pypi| |versions| This package contains generated Python types for ``google.cloud.bigquery.v1.logging``. - `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-bigquery-logging.svg :target: https://pypi.org/project/google-cloud-bigquery-logging/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-logging.svg diff --git a/docs/README.rst b/docs/README.rst deleted file mode 100644 index cebd025..0000000 --- a/docs/README.rst +++ /dev/null @@ -1,52 +0,0 @@ -Python Client for Google Cloud Bigquery Logging -======================================================= - -|beta| |pypi| |versions| - -This package contains generated Python types for ``google.cloud.bigquery.v1.logging``. - -- `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-bigquery-logging.svg - :target: https://pypi.org/project/google-cloud-bigquery-logging/ -.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-logging.svg - :target: https://pypi.org/project/google-cloud-bigquery-logging/ -.. _Client Library Documentation: https://googleapis.dev/python/bigquerylogging/latest -.. _Product Documentation: https://cloud.google.com/bigquery/docs/reference/auditlogs - - -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 - - python3 -m venv - source /bin/activate - /bin/pip install google-cloud-bigquery-logging - - -Windows -^^^^^^^ - -.. code-block:: console - - python3 -m venv - \Scripts\activate - \Scripts\pip.exe install google-cloud-bigquery-logging diff --git a/docs/README.rst b/docs/README.rst new file mode 120000 index 0000000..89a0106 --- /dev/null +++ b/docs/README.rst @@ -0,0 +1 @@ +../README.rst \ No newline at end of file diff --git a/setup.py b/setup.py index 830e844..54e6f21 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,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",