This commit is contained in:
Leighton Chen 2022-04-18 09:35:45 -07:00
parent de897daa27
commit 723106fc2c
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ on:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: d52b80124ac0c9ea9515a1d90dfec37c532f8cd9
CORE_REPO_SHA: 516bf8ad04d628b20c103622f390f7a536142e9a
jobs:
build:

View File

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.11.0-0.30b0...HEAD)
## [1.11.0-0.30b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.11.0-0.30b0) - 2022-04-15
## [1.11.0-0.30b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.11.0-0.30b0) - 2022-04-18
### Fixed
- `opentelemetry-instrumentation-pyramid` Fixed which package is the correct caller in _traced_init.

View File

@ -40,8 +40,8 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 1.11.0
opentelemetry-sdk == 1.11.0
opentelemetry-api ~= 1.11
opentelemetry-sdk ~= 1.11
[options.extras_require]
test =