Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 9d0a9f8

Browse files
authored
feat: bump release level to production/stable (#13)
Fixes #12 🦕 Release-As: 1.0.0
1 parent b5f03a3 commit 9d0a9f8

File tree

4 files changed

+5
-87
lines changed

4 files changed

+5
-87
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/iap",
55
"client_documentation": "https://googleapis.dev/python/iap/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-iap",

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Python Client for Identity-Aware Proxy
22
======================================
33

4-
|beta| |pypi| |versions|
4+
|ga| |pypi| |versions|
55

66
`Identity-Aware Proxy`_: Identity-Aware Proxy includes a number of features that can be used to protect
77
access to Google Cloud hosted resources and applications hosted on Google Cloud.
88

99
- `Client Library Documentation`_
1010
- `Product Documentation`_
1111

12-
.. |beta| image:: https://img.shields.io/badge/support-beta-gold.svg
12+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
1313
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1414
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-iap.svg
1515
:target: https://pypi.org/project/google-cloud-iap/

docs/README.rst

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-iap"
2424
description = "Identity-Aware Proxy API client library"
2525
version = "0.1.2"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
url = "https://github.com/googleapis/python-iap"
2828
dependencies = [
2929
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)