From 19db3eb189579fb1c71ff94b3db4ffd279792fe7 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 12 Oct 2021 13:06:17 -0400 Subject: [PATCH 1/2] 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", From 8816a8d0945ae6229d5b6980c2abf75da5e49230 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 17:54:17 +0000 Subject: [PATCH 2/2] chore: release 1.0.0 (#46) :robot: I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/python-bigquery-logging/compare/v0.3.0...v1.0.0) (2021-10-12) ### Features * bump release level to production/stable ([#41](https://www.github.com/googleapis/python-bigquery-logging/issues/41)) ([19db3eb](https://www.github.com/googleapis/python-bigquery-logging/commit/19db3eb189579fb1c71ff94b3db4ffd279792fe7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 608c655..760b6df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://www.github.com/googleapis/python-bigquery-logging/compare/v0.3.0...v1.0.0) (2021-10-12) + + +### Features + +* bump release level to production/stable ([#41](https://www.github.com/googleapis/python-bigquery-logging/issues/41)) ([19db3eb](https://www.github.com/googleapis/python-bigquery-logging/commit/19db3eb189579fb1c71ff94b3db4ffd279792fe7)) + ## [0.3.0](https://www.github.com/googleapis/python-bigquery-logging/compare/v0.2.2...v0.3.0) (2021-10-08) diff --git a/setup.py b/setup.py index 54e6f21..8e0d986 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import os import setuptools # type: ignore -version = "0.3.0" +version = "1.0.0" package_root = os.path.abspath(os.path.dirname(__file__))