Skip to content

Commit 7b6aba0

Browse files
authored
docs: fix outdated alpha statement (#1047)
`README.md` and the opentelemetry website say this library is in beta, and releases have been called betas since March, so update `docs/index.rst` to be consistent with that.
1 parent 6ba985a commit 7b6aba0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The Python `OpenTelemetry <https://opentelemetry.io/>`_ client.
1111
This documentation describes the :doc:`opentelemetry-api <api/api>`,
1212
:doc:`opentelemetry-sdk <sdk/sdk>`, and several `integration packages <#integrations>`_.
1313

14-
**Please note** that this library is currently in alpha, and shouldn't be
15-
used in production environments.
14+
**Please note** that this library is currently in _beta_, and shouldn't
15+
generally be used in production environments.
1616

1717
Installation
1818
------------

instrumentation/opentelemetry-instrumentation-aiohttp-client/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/instrumentation/ope
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python

0 commit comments

Comments
 (0)