Skip to content

Commit 262ff59

Browse files
authored
docs: add General Availability banner to README (#507)
* docs: add General Availability banner to README As of 1.0.0 release, BigQuery DataFrames is available as a [Generally Available](https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability) Google Cloud product. * update release status
1 parent d2d7e33 commit 262ff59

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
BigQuery DataFrames
22
===================
33

4+
|GA| |pypi| |versions|
5+
46
BigQuery DataFrames provides a Pythonic DataFrame and machine learning (ML) API
57
powered by the BigQuery engine.
68

@@ -10,6 +12,12 @@ powered by the BigQuery engine.
1012
BigQuery DataFrames is an open-source package. You can run
1113
``pip install --upgrade bigframes`` to install the latest version.
1214

15+
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
16+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
17+
.. |pypi| image:: https://img.shields.io/pypi/v/bigframes.svg
18+
:target: https://pypi.org/project/bigframes/
19+
.. |versions| image:: https://img.shields.io/pypi/pyversions/bigframes.svg
20+
:target: https://pypi.org/project/bigframes/
1321

1422
Documentation
1523
-------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# 'Development Status :: 3 - Alpha'
3131
# 'Development Status :: 4 - Beta'
3232
# 'Development Status :: 5 - Production/Stable'
33-
release_status = "Development Status :: 3 - Alpha"
33+
release_status = "Development Status :: 5 - Production/Stable"
3434
dependencies = [
3535
# please keep these in sync with the minimum versions in testing/constraints-3.9.txt
3636
"cloudpickle >= 2.0.0",

0 commit comments

Comments
 (0)