Skip to content

Commit 327d80f

Browse files
committed
feat: label package as generally available
Release-As: 1.0.0
1 parent caad6e0 commit 327d80f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "db-dtypes",
33
"name_pretty": "Pandas Data Types for SQL systems (BigQuery, Spanner)",
44
"client_documentation": "https://googleapis.dev/python/db-dtypes/latest/index.html",
5-
"release_level": "preview",
5+
"release_level": "ga",
66
"language": "python",
77
"library_type": "INTEGRATION",
88
"repo": "googleapis/python-db-dtypes-pandas",

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pandas Data Types for SQL systems (BigQuery, Spanner)
22
=====================================================
33

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

66
`Pandas extension data types`_ for data from SQL systems such as `BigQuery`_.
77

88
- `Library Documentation`_
99

10-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
11-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
10+
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
11+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
1212
.. |pypi| image:: https://img.shields.io/pypi/v/db-dtypes.svg
1313
:target: https://pypi.org/project/db-dtypes/
1414
.. |versions| image:: https://img.shields.io/pypi/pyversions/db-dtypes.svg

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'
2828
# 'Development Status :: 5 - Production/Stable'
29-
release_status = "Development Status :: 4 - Beta"
29+
release_status = "Development Status :: 5 - Production/Stable"
3030

3131
dependencies = [
3232
"packaging >= 17.0",

0 commit comments

Comments
 (0)