Skip to content

Commit c804748

Browse files
committed
Fix release note indentation
1 parent 3e10101 commit c804748

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ sqlite
205205
stacktrace
206206
starlette
207207
statsd
208+
stdout
208209
stringable
209210
subclass
210211
subdirectory

releasenotes/notes/release-2.0-3af0045e2261bd02.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
prelude: >
3-
The Datadog APM Python team is happy to announce the release of v2.0.0 of
4-
ddtrace. This release introduces a formal :ref:`support policy<
5-
introduces a formal :ref:`versioning support policy<versioning_support_levels>` for the major
6-
versions of the ddtrace library, drops support for Python 2.7, 3.5, and 3.6, and
7-
adds support for Python 3.12.
3+
The Datadog APM Python team is happy to announce the release of v2.0.0 of ddtrace.
4+
This release introduces a formal :ref:`versioning support policy<versioning_support_levels>` for the major
5+
versions of the ddtrace library, drops support for Python 2.7, 3.5, and 3.6, and adds support for Python 3.12.
6+
87
98
.. important::
109
ddtrace v2.0.0 drops support for Python 2.7, 3.5, and 3.6. Users running these unsupported
1110
Python versions should consider upgrading their Python version or continue using ddtrace v1
1211
of the ddtrace library, which is now in maintenance mode and will only receive bug fixes.
13-
12+
1413
Before upgrading to v2.0.0, we recommend users install
1514
``ddtrace>=1.18.0,<2.0.0`` and enable deprecation warnings. All removals to
1615
the library interface and environment variables were deprecated on the 1.x
1716
branch.
1817
18+
1919
.. note::
2020
The changes to environment variables apply only to the configuration of the
2121
ddtrace library and not the Datadog Agent.

0 commit comments

Comments
 (0)