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

Commit ab0fdc2

Browse files
authored
feat: bump release level to production/stable (#32)
Fixes #4 🦕 Release-As: 1.0.0
1 parent e23cfac commit ab0fdc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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/managed-microsoft-ad/",
55
"client_documentation": "https://googleapis.dev/python/managedidentities/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-managed-identities",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Managed Service for Microsoft Active Directory
22
================================================================
33

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

66
`Managed Service for Microsoft Active Directory`_ (AD) is a highly available,
77
hardened Google Cloud service running actual Microsoft AD that enables you to
@@ -12,8 +12,8 @@ on-premises AD domain to the cloud.
1212
- `Client Library Documentation`_
1313
- `Product Documentation`_
1414

15-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
16-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
15+
.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg
16+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1717
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-managed-identities.svg
1818
:target: https://pypi.org/project/google-cloud-managed-identities/
1919
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-managed-identities.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "google-cloud-managed-identities"
2323
version = "0.2.0"
2424
description = "Managed Service for Microsoft Active Directory API client library"
25-
release_status = "Development Status :: 4 - Beta"
25+
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-managed-identities"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",

0 commit comments

Comments
 (0)