Skip to content

Commit 338ed39

Browse files
Prepare release 1.31.1/0.52b1 (#3378)
1 parent 516430c commit 338ed39

File tree

117 files changed

+284
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+284
-284
lines changed

CHANGELOG.md

+1-1

_template/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

eachdist.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sortfirst=
1616
ext/*
1717

1818
[stable]
19-
version=1.31.0
19+
version=1.31.1
2020

2121
packages=
2222
opentelemetry-sdk
@@ -34,7 +34,7 @@ packages=
3434
opentelemetry-api
3535

3636
[prerelease]
37-
version=0.52b0
37+
version=0.52b1
3838

3939
packages=
4040
all

exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry/exporter/prometheus_remote_write/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

exporter/opentelemetry-exporter-richconsole/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
3030
"opentelemetry-sdk ~= 1.12",
31-
"opentelemetry-semantic-conventions == 0.52b0",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
"rich>=10.0.0",
3333
]
3434

exporter/opentelemetry-exporter-richconsole/src/opentelemetry/exporter/richconsole/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-aio-pika/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.5",
30-
"opentelemetry-instrumentation == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
3131
"wrapt >= 1.0.0, < 2.0.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-aio-pika/src/opentelemetry/instrumentation/aio_pika/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-aiohttp-client/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
32-
"opentelemetry-util-http == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
32+
"opentelemetry-util-http == 0.52b1",
3333
"wrapt >= 1.0.0, < 2.0.0",
3434
]
3535

instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
32-
"opentelemetry-util-http == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
32+
"opentelemetry-util-http == 0.52b1",
3333
"wrapt >= 1.0.0, < 2.0.0",
3434
]
3535

instrumentation/opentelemetry-instrumentation-aiohttp-server/src/opentelemetry/instrumentation/aiohttp_server/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-aiokafka/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.27",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
]
3333

3434
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-aiokafka/src/opentelemetry/instrumentation/aiokafka/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-aiopg/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-instrumentation-dbapi == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-instrumentation-dbapi == 0.52b1",
3232
"wrapt >= 1.0.0, < 2.0.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-aiopg/src/opentelemetry/instrumentation/aiopg/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-asgi/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ classifiers = [
2828
dependencies = [
2929
"asgiref ~= 3.0",
3030
"opentelemetry-api ~= 1.12",
31-
"opentelemetry-instrumentation == 0.52b0",
32-
"opentelemetry-semantic-conventions == 0.52b0",
33-
"opentelemetry-util-http == 0.52b0",
31+
"opentelemetry-instrumentation == 0.52b1",
32+
"opentelemetry-semantic-conventions == 0.52b1",
33+
"opentelemetry-util-http == 0.52b1",
3434
]
3535

3636
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-asyncio/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.14",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
"wrapt >= 1.0.0, < 2.0.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-asyncpg/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
]
3333

3434
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-asyncpg/src/opentelemetry/instrumentation/asyncpg/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-aws-lambda/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
"Programming Language :: Python :: 3.13",
2727
]
2828
dependencies = [
29-
"opentelemetry-instrumentation == 0.52b0",
30-
"opentelemetry-semantic-conventions == 0.52b0",
29+
"opentelemetry-instrumentation == 0.52b1",
30+
"opentelemetry-semantic-conventions == 0.52b1",
3131
"opentelemetry-propagator-aws-xray ~= 1.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-boto/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
29-
"opentelemetry-instrumentation == 0.52b0",
30-
"opentelemetry-semantic-conventions == 0.52b0",
29+
"opentelemetry-instrumentation == 0.52b1",
30+
"opentelemetry-semantic-conventions == 0.52b1",
3131
]
3232

3333
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-boto/src/opentelemetry/instrumentation/boto/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-boto3sqs/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
"wrapt >= 1.0.0, < 2.0.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-boto3sqs/src/opentelemetry/instrumentation/boto3sqs/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-botocore/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.30",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
"opentelemetry-propagator-aws-xray ~= 1.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-cassandra/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
"wrapt >= 1.0.0, < 2.0.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-cassandra/src/opentelemetry/instrumentation/cassandra/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-celery/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
]
3333

3434
[project.optional-dependencies]

instrumentation/opentelemetry-instrumentation-celery/src/opentelemetry/instrumentation/celery/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-click/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-semantic-conventions == 0.52b1",
3131
"wrapt >= 1.0.0, < 2.0.0",
3232
]
3333

instrumentation/opentelemetry-instrumentation-click/src/opentelemetry/instrumentation/click/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-confluent-kafka/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.13",
2727
]
2828
dependencies = [
29-
"opentelemetry-instrumentation == 0.52b0",
29+
"opentelemetry-instrumentation == 0.52b1",
3030
"opentelemetry-api ~= 1.12",
3131
"wrapt >= 1.0.0, < 2.0.0",
3232
]

instrumentation/opentelemetry-instrumentation-confluent-kafka/src/opentelemetry/instrumentation/confluent_kafka/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-dbapi/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
"wrapt >= 1.0.0, < 2.0.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.52b0"
15+
__version__ = "0.52b1"
1616

1717
_instruments = tuple()

instrumentation/opentelemetry-instrumentation-django/pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-instrumentation-wsgi == 0.52b0",
32-
"opentelemetry-semantic-conventions == 0.52b0",
33-
"opentelemetry-util-http == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-instrumentation-wsgi == 0.52b1",
32+
"opentelemetry-semantic-conventions == 0.52b1",
33+
"opentelemetry-util-http == 0.52b1",
3434
]
3535

3636
[project.optional-dependencies]
3737
asgi = [
38-
"opentelemetry-instrumentation-asgi == 0.52b0",
38+
"opentelemetry-instrumentation-asgi == 0.52b1",
3939
]
4040
instruments = [
4141
"django >= 1.10",

instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

instrumentation/opentelemetry-instrumentation-elasticsearch/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"opentelemetry-api ~= 1.12",
30-
"opentelemetry-instrumentation == 0.52b0",
31-
"opentelemetry-semantic-conventions == 0.52b0",
30+
"opentelemetry-instrumentation == 0.52b1",
31+
"opentelemetry-semantic-conventions == 0.52b1",
3232
"wrapt >= 1.0.0, < 2.0.0",
3333
]
3434

instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/version.py

+1-1
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.52b0"
15+
__version__ = "0.52b1"

0 commit comments

Comments
 (0)