Skip to content

Commit 3a1f984

Browse files
chore: prepare for GA release (#555)
1 parent 80644d7 commit 3a1f984

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
[![pypi](https://img.shields.io/pypi/v/cloud-sql-python-connector)](https://pypi.org/project/cloud-sql-python-connector)
1212
[![python](https://img.shields.io/pypi/pyversions/cloud-sql-python-connector)](https://pypi.org/project/cloud-sql-python-connector)
1313

14-
**Warning**: This project is currently in _beta_. Please [open an issue](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/new/choose) if you would like to report a bug or documentation issue, request a feature, or have a question.
15-
1614
The _Cloud SQL Python Connector_ is a Cloud SQL connector designed for use with the
1715
Python language. Using a Cloud SQL connector provides the following benefits:
1816
* **IAM Authorization:** uses IAM permissions to control who/what can connect to

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
exec(fp.read(), version)
4242
version = version["__version__"]
4343

44-
release_status = "Development Status :: 4 - Beta"
44+
release_status = "Development Status :: 5 - Production/Stable"
4545
core_dependencies = [
4646
"aiohttp",
4747
"cryptography>=38.0.3",
@@ -62,8 +62,6 @@
6262
classifiers=[
6363
release_status,
6464
"Intended Audience :: Developers",
65-
"Development Status :: 4 - Beta",
66-
"Intended Audience :: Developers",
6765
"License :: OSI Approved :: Apache Software License",
6866
"Programming Language :: Python",
6967
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)