Skip to content

Commit

Permalink
feat: label package as generally available (#92)
Browse files Browse the repository at this point in the history
* feat: label package as generally available

Release-As: 1.0.0

Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
  • Loading branch information
tswast and dandhlee authored Mar 25, 2022
1 parent caad6e0 commit 0363e87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "db-dtypes",
"name_pretty": "Pandas Data Types for SQL systems (BigQuery, Spanner)",
"client_documentation": "https://googleapis.dev/python/db-dtypes/latest/index.html",
"release_level": "preview",
"release_level": "stable",
"language": "python",
"library_type": "INTEGRATION",
"repo": "googleapis/python-db-dtypes-pandas",
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pandas Data Types for SQL systems (BigQuery, Spanner)
=====================================================

|beta| |pypi| |versions|
|ga| |pypi| |versions|

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

- `Library Documentation`_

.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/db-dtypes.svg
:target: https://pypi.org/project/db-dtypes/
.. |versions| image:: https://img.shields.io/pypi/pyversions/db-dtypes.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"

dependencies = [
"packaging >= 17.0",
Expand Down

0 comments on commit 0363e87

Please sign in to comment.