From 7d19a1ddcb1026169f4bae2dd3e50bab8d224666 Mon Sep 17 00:00:00 2001 From: John Bley Date: Mon, 4 Dec 2023 10:43:12 -0500 Subject: [PATCH] Preparing release v1.16.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1669119a..aa34ec3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 1.16.0 - 2023-12-04 - Upgraded Otel dependencies to 1.21.0 / 0.42b0 - Fix trace and span id formatting for profiling [#372](https://github.com/signalfx/splunk-otel-python/pull/372) diff --git a/README.md b/README.md index 344868f6..603c61d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

- OpenTelemetry Python Version + OpenTelemetry Python Version GitHub release (latest SemVer) diff --git a/pyproject.toml b/pyproject.toml index 00670448..a52af18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-opentelemetry" -version = "1.15.0" +version = "1.16.0" description = "The Splunk distribution of OpenTelemetry Python Instrumentation provides a Python agent that automatically instruments your Python application to capture and report distributed traces to SignalFx APM." authors = ["Splunk "] license = "Apache-2.0"