Skip to content

Commit a407ffb

Browse files
authored
feat: bump to GA (#51)
1 parent 28ed671 commit a407ffb

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/google-cloud-trace/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cloudtrace",
3-
"name_pretty": "Stackdriver Trace",
3+
"name_pretty": "Cloud Trace",
44
"product_documentation": "https://cloud.google.com/trace/docs",
55
"client_documentation": "https://googleapis.dev/python/cloudtrace/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559776",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-trace",
1010
"distribution_name": "google-cloud-trace",

packages/google-cloud-trace/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
Python Client for Stackdriver Trace API
1+
Python Client for Cloud Trace API
22
=======================================
33

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

6-
The `Stackdriver Trace API`_ sends application trace data to Stackdriver Trace
6+
The `Cloud Trace API`_ sends application trace data to Cloud Trace
77
for viewing. Trace data is collected for all App Engine applications by
88
default. Trace data from other applications can be provided using this API.
99

1010
- `Client Library Documentation`_
1111
- `Product Documentation`_
1212

13-
.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
14-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
13+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
14+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-trace.svg
1616
:target: https://pypi.org/project/google-cloud-trace/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-trace.svg
1818
:target: https://pypi.org/project/google-cloud-trace/
19-
.. _Stackdriver Trace API: https://cloud.google.com/trace
19+
.. _Cloud Trace API: https://cloud.google.com/trace
2020
.. _Client Library Documentation: https://googleapis.dev/python/cloudtrace/latest
2121
.. _Product Documentation: https://cloud.google.com/trace
2222

@@ -54,8 +54,8 @@ Supported Python Versions
5454
Python >= 3.6
5555

5656

57-
Deprecated Python Versions
58-
^^^^^^^^^^^^^^^^^^^^^^^^^^
57+
Unsupported Python Versions
58+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5959
Python == 2.7.
6060

6161
The last version of this library compatible with Python 2.7 is google-cloud-trace==0.24.0
@@ -92,7 +92,7 @@ to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
9292
Next Steps
9393
~~~~~~~~~~
9494

95-
- Read the `Client Library Documentation`_ for Stackdriver Trace API
95+
- Read the `Client Library Documentation`_ for Cloud Trace API
9696
to see other available methods on the client.
9797
- Read the `Product documentation`_ to learn more about the product and see
9898
How-to Guides.

packages/google-cloud-trace/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
# Package metadata.
2222

2323
name = "google-cloud-trace"
24-
description = "Stackdriver Trace API client library"
24+
description = "Cloud Trace API client library"
2525
version = "1.0.0"
2626
# Should be one of:
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 :: 5 - Production/Stable"
3131
dependencies = [
3232
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",
3333
"proto-plus >= 1.4.0",

0 commit comments

Comments
 (0)