updating changelogs and version to 1.13.0-0.34b0 (#1352)

This commit is contained in:
Srikanth Chekuri
2022-09-27 03:12:18 +05:30
committed by GitHub
parent 44da384853
commit b2923e02fa
95 changed files with 272 additions and 268 deletions

View File

@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.5",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
]
[project.optional-dependencies]
@ -35,7 +35,7 @@ instruments = [
]
test = [
"opentelemetry-instrumentation-kafka-python[instruments]",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
"wrapt >= 1.0.0, < 2.0.0",
]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.33b0"
__version__ = "0.34b0"