Skip to content

Commit

Permalink
Preparing release v1.0.0-rc1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
owais authored Jun 1, 2021
1 parent 2255f66 commit 783f17d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [1.0.0-rc1] - 2021-06-01

### Added

- Log trace correlation is not enabled by default. Can be disabled by setting
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</p>

---
<span class="docs-version-header">The documentation below refers to the in development version of this package. Docs for the latest version ([v0.14.0](https://github.com/signalfx/splunk-otel-python/releases/tag/v0.14.0)) can be found [here](https://github.com/signalfx/splunk-otel-python/blob/v0.14.0/README.md).</span>
<span class="docs-version-header">The documentation below refers to the in development version of this package. Docs for the latest version ([v1.0.0-rc1](https://github.com/signalfx/splunk-otel-python/releases/tag/v1.0.0-rc1)) can be found [here](https://github.com/signalfx/splunk-otel-python/blob/v1.0.0-rc1/README.md).</span>
---

# Splunk Distribution of OpenTelemetry Python
Expand Down Expand Up @@ -156,7 +156,7 @@ Documentation on how to manually instrument a Python application is available
To extend the instrumentation with the OpenTelemetry Instrumentation for Python,
you have to use a compatible API version.

The Splunk Distribution of OpenTelemetry Python version <span class="splunk-version">0.14.0</span> is compatible
The Splunk Distribution of OpenTelemetry Python version <span class="splunk-version">1.0.0-rc1</span> is compatible
with:

* OpenTelemetry API version <span class="otel-api-version">1.2.0</span>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-opentelemetry"
version = "0.14.0"
version = "1.0.0-rc1"
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

0 comments on commit 783f17d

Please sign in to comment.