File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,13 @@ endif::[]
2929//===== Bug fixes
3030//
3131
32- === Unreleased
3332
34- // Unreleased changes go here
35- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
33+ [[release-notes-6.x]]
34+ === Python Agent version 6.x
35+
36+ [[release-notes-6.19.0]]
37+ ==== 6.19.0 - 2023-10-11
38+
3639[float]
3740===== Features
3841
@@ -54,11 +57,6 @@ recorded as an extra span {pull}1914[#1914]
5457
5558* The log shipping feature in the Flask instrumentation will be removed in version 7.0.0 of the agent.
5659
57-
58-
59- [[release-notes-6.x]]
60- === Python Agent version 6.x
61-
6260[[release-notes-6.18.0]]
6361==== 6.18.0 - 2023-07-25
6462
Original file line number Diff line number Diff line change 2828# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
31- __version__ = (6 , 18 , 0 )
31+ __version__ = (6 , 19 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments