From 139188cb7a7850878b91756bacb0daf758cdcf2a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Oct 2021 11:12:11 -0400 Subject: [PATCH 1/2] feat: bump release level to production/stable (#31) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #30 🦕 Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 6 +++--- docs/README.rst | 52 +-------------------------------------------- setup.py | 2 +- 4 files changed, 6 insertions(+), 56 deletions(-) mode change 100644 => 120000 docs/README.rst diff --git a/.repo-metadata.json b/.repo-metadata.json index d020d0e..c440493 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Source Context", "client_documentation": "https://googleapis.dev/python/source/latest", "issue_tracker": "http://github.com/googleapis/python-source-context/issues", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-source-context", diff --git a/README.rst b/README.rst index 31c6169..c67f383 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,14 @@ Python Client for Source Context ================================ -|beta| |pypi| |versions| +|ga| |pypi| |versions| This package contains generated Python types for `google.cloud.source_context_v1` - `Client Library 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-source-context.svg :target: https://pypi.org/project/google-cloud-source-context/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-source-context.svg diff --git a/docs/README.rst b/docs/README.rst deleted file mode 100644 index 97bacf0..0000000 --- a/docs/README.rst +++ /dev/null @@ -1,51 +0,0 @@ -Python Client for Source Context -================================ - -|beta| |pypi| |versions| - -This package contains generated Python types for `google.cloud.source_context_v1` - -- `Client Library 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-source-context.svg - :target: https://pypi.org/project/google-cloud-source-context/ -.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-source-context.svg - :target: https://pypi.org/project/google-cloud-source-context/ -.. _Client Library Documentation: https://googleapis.dev/python/source/latest - -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-source-context - - -Windows -^^^^^^^ - -.. code-block:: console - - pip install virtualenv - virtualenv - \Scripts\activate - \Scripts\pip.exe install google-cloud-source-context 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 c5d16d0..4fa0851 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" version = "0.1.4" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x From d2915b76a7a6b00e390b79860ebdb7c0b8783660 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 15:20:09 +0000 Subject: [PATCH 2/2] chore: release 1.0.0 (#32) :robot: I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/python-source-context/compare/v0.1.4...v1.0.0) (2021-10-04) ### Features * bump release level to production/stable ([#31](https://www.github.com/googleapis/python-source-context/issues/31)) ([139188c](https://www.github.com/googleapis/python-source-context/commit/139188cb7a7850878b91756bacb0daf758cdcf2a)) --- 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 2d1fae4..5e65181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://www.github.com/googleapis/python-source-context/compare/v0.1.4...v1.0.0) (2021-10-04) + + +### Features + +* bump release level to production/stable ([#31](https://www.github.com/googleapis/python-source-context/issues/31)) ([139188c](https://www.github.com/googleapis/python-source-context/commit/139188cb7a7850878b91756bacb0daf758cdcf2a)) + ### [0.1.4](https://www.github.com/googleapis/python-source-context/compare/v0.1.3...v0.1.4) (2021-09-24) diff --git a/setup.py b/setup.py index 4fa0851..52d2475 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-source-context" description = "Python client for Source Context" -version = "0.1.4" +version = "1.0.0" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-source-context" dependencies = [