From b0f9d70287cf4c330523d052371793ad7faf33ae Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 30 Jun 2021 07:52:22 -0400 Subject: [PATCH 1/2] feat: bump release level to production/stable (#65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #64 🦕 Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 218d7a0..9710bca 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/functions/", "client_documentation": "https://googleapis.dev/python/cloudfunctions/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559729", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-functions", diff --git a/README.rst b/README.rst index c77dc66..1c2a078 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,15 @@ Python Client for Cloud Functions ================================================= -|beta| |pypi| |versions| +|GA| |pypi| |versions| `Cloud Functions API`_: Manages lightweight user-provided functions executed in response to events. - `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 +.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-functions.svg :target: https://pypi.org/project/google-cloud-functions/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-functions.svg diff --git a/setup.py b/setup.py index b17a656..0aac700 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ python_requires=">=3.6", scripts=["scripts/fixup_functions_v1_keywords.py",], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", From 1c51910693cff868b2c5bd8b443507dd25a4707b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:54:28 +0000 Subject: [PATCH 2/2] chore: release 1.0.0 (#82) :robot: I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/python-functions/compare/v0.7.0...v1.0.0) (2021-06-30) ### Features * bump release level to production/stable ([#65](https://www.github.com/googleapis/python-functions/issues/65)) ([b0f9d70](https://www.github.com/googleapis/python-functions/commit/b0f9d70287cf4c330523d052371793ad7faf33ae)) --- 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 eea7146..89784c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://www.github.com/googleapis/python-functions/compare/v0.7.0...v1.0.0) (2021-06-30) + + +### Features + +* bump release level to production/stable ([#65](https://www.github.com/googleapis/python-functions/issues/65)) ([b0f9d70](https://www.github.com/googleapis/python-functions/commit/b0f9d70287cf4c330523d052371793ad7faf33ae)) + ## [0.7.0](https://www.github.com/googleapis/python-functions/compare/v0.6.1...v0.7.0) (2021-06-30) diff --git a/setup.py b/setup.py index 0aac700..d513e89 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.7.0" +version = "1.0.0" package_root = os.path.abspath(os.path.dirname(__file__))