Skip to content

Commit

Permalink
Release v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed Jun 10, 2021
1 parent 056dbc4 commit bf3675e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-opentelemetry"
version = "0.15.1"
version = "0.15.2"
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 <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -29,7 +29,7 @@ python = "^3.6"
opentelemetry-api = "1.2.0"
opentelemetry-sdk = "1.2.0"
opentelemetry-instrumentation = "0.21b0"
opentelemetry-propagator-b3 = {version = "^1.2.0", optional = true}
opentelemetry-propagator-b3 = {version = "1.2.0", optional = true}
opentelemetry-exporter-jaeger-thrift = {version = "1.2.0", optional = true}
opentelemetry-exporter-otlp-proto-grpc = {version = "1.2.0", optional = true}

Expand Down

0 comments on commit bf3675e

Please sign in to comment.