Skip to content

Commit dcb4878

Browse files
sduskistseaver
authored andcommitted
Preparing Cloud Bigtable for beta (#6129)
1 parent cafe8db commit dcb4878

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-cloud-bigtable/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Python Client for Google Cloud Bigtable (`Alpha`_)
1+
Python Client for Google Cloud Bigtable (`Beta`_)
22
==================================================
33

44
|pypi| |versions|
@@ -11,7 +11,7 @@ Analytics, Maps, and Gmail.
1111
- `Client Library Documentation`_
1212
- `Product Documentation`_
1313

14-
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
14+
.. _Beta: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigtable.svg
1616
:target: https://pypi.org/project/google-cloud-bigtable/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigtable.svg

packages/google-cloud-bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
30-
release_status = 'Development Status :: 3 - Alpha'
30+
release_status = 'Development Status :: 4 - Beta'
3131
dependencies = [
3232
'google-cloud-core<0.29dev,>=0.28.0',
3333
'google-api-core[grpc]<2.0.0dev,>=0.1.1',

0 commit comments

Comments
 (0)