File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " db-dtypes" ,
3
3
"name_pretty" : " Pandas Data Types for SQL systems (BigQuery, Spanner)" ,
4
4
"client_documentation" : " https://googleapis.dev/python/db-dtypes/latest/index.html" ,
5
- "release_level" : " preview " ,
5
+ "release_level" : " stable " ,
6
6
"language" : " python" ,
7
7
"library_type" : " INTEGRATION" ,
8
8
"repo" : " googleapis/python-db-dtypes-pandas" ,
Original file line number Diff line number Diff line change 1
1
Pandas Data Types for SQL systems (BigQuery, Spanner)
2
2
=====================================================
3
3
4
- |beta | |pypi | |versions |
4
+ |ga | |pypi | |versions |
5
5
6
6
`Pandas extension data types `_ for data from SQL systems such as `BigQuery `_.
7
7
8
8
- `Library Documentation `_
9
9
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
12
12
.. |pypi | image :: https://img.shields.io/pypi/v/db-dtypes.svg
13
13
:target: https://pypi.org/project/db-dtypes/
14
14
.. |versions | image :: https://img.shields.io/pypi/pyversions/db-dtypes.svg
Original file line number Diff line number Diff line change 26
26
# 'Development Status :: 3 - Alpha'
27
27
# 'Development Status :: 4 - Beta'
28
28
# 'Development Status :: 5 - Production/Stable'
29
- release_status = "Development Status :: 4 - Beta "
29
+ release_status = "Development Status :: 5 - Production/Stable "
30
30
31
31
dependencies = [
32
32
"packaging >= 17.0" ,
You can’t perform that action at this time.
0 commit comments