Skip to content

Commit 4ab9523

Browse files
Prepare release 1.28.1/0.49b1
1 parent 15289cb commit 4ab9523

File tree

20 files changed

+21
-21
lines changed
  • exporter
    • opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus/version
    • opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/version
    • opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/version
    • opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/version
    • opentelemetry-exporter-otlp/src/opentelemetry/exporter/otlp/version
    • opentelemetry-exporter-prometheus/src/opentelemetry/exporter/prometheus/version
    • opentelemetry-exporter-zipkin-json/src/opentelemetry/exporter/zipkin/json/version
    • opentelemetry-exporter-zipkin-proto-http/src/opentelemetry/exporter/zipkin/proto/http/version
    • opentelemetry-exporter-zipkin/src/opentelemetry/exporter/zipkin/version
  • opentelemetry-api/src/opentelemetry/version
  • opentelemetry-proto/src/opentelemetry/proto/version
  • opentelemetry-sdk/src/opentelemetry/sdk/version
  • opentelemetry-semantic-conventions/src/opentelemetry/semconv/version
  • propagator
    • opentelemetry-propagator-b3/src/opentelemetry/propagators/b3/version
    • opentelemetry-propagator-jaeger/src/opentelemetry/propagators/jaeger/version
  • shim
    • opentelemetry-opencensus-shim/src/opentelemetry/shim/opencensus/version
    • opentelemetry-opentracing-shim/src/opentelemetry/shim/opentracing_shim/version
  • tests/opentelemetry-test-utils/src/opentelemetry/test/version

20 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## Version 1.28.1/0.49b1 (2024-11-08)
99

1010
- Fix metrics export with exemplar and no context and filtering observable instruments
1111
([#4251](https://github.com/open-telemetry/opentelemetry-python/pull/4251))

eachdist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sortfirst=
1111
exporter/*
1212

1313
[stable]
14-
version=1.28.0
14+
version=1.28.1
1515

1616
packages=
1717
opentelemetry-sdk
@@ -27,7 +27,7 @@ packages=
2727
opentelemetry-api
2828

2929
[prerelease]
30-
version=0.49b0
30+
version=0.49b1
3131

3232
packages=
3333
opentelemetry-opentracing-shim

exporter/opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.49b0"
15+
__version__ = "0.49b1"

exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.28.0"
15+
__version__ = "1.28.1"

exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.28.0"
15+
__version__ = "1.28.1"

exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.28.0"
15+
__version__ = "1.28.1"

exporter/opentelemetry-exporter-otlp/src/opentelemetry/exporter/otlp/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.28.0"
15+
__version__ = "1.28.1"

exporter/opentelemetry-exporter-prometheus/src/opentelemetry/exporter/prometheus/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.49b0"
15+
__version__ = "0.49b1"

exporter/opentelemetry-exporter-zipkin-json/src/opentelemetry/exporter/zipkin/json/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.28.0"
15+
__version__ = "1.28.1"

exporter/opentelemetry-exporter-zipkin-proto-http/src/opentelemetry/exporter/zipkin/proto/http/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.28.0"
15+
__version__ = "1.28.1"

0 commit comments

Comments
 (0)