Skip to content

Commit c77edf1

Browse files
authored
fix: change the library from preview to stable (#267)
1 parent 1391486 commit c77edf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name_pretty": "Google Auth OAuthlib",
44
"client_documentation": "https://googleapis.dev/python/google-auth-oauthlib/latest",
55
"issue_tracker": "https://github.com/googleapis/google-auth-library-python-oauthlib/issues",
6-
"release_level": "preview",
6+
"release_level": "stable",
77
"language": "python",
88
"library_type": "AUTH",
99
"repo": "googleapis/google-auth-library-python-oauthlib",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"Programming Language :: Python :: 3.9",
5757
"Programming Language :: Python :: 3.10",
5858
"Programming Language :: Python :: 3.11",
59-
"Development Status :: 3 - Alpha",
59+
"Development Status :: 5 - Production/Stable",
6060
"Intended Audience :: Developers",
6161
"License :: OSI Approved :: Apache Software License",
6262
"Operating System :: POSIX",

0 commit comments

Comments
 (0)