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.12",
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-semantic-conventions == 0.34b0",
"wrapt >= 1.0.0, < 2.0.0",
]
@ -37,7 +37,7 @@ instruments = [
test = [
"opentelemetry-instrumentation-elasticsearch[instruments]",
"elasticsearch-dsl >= 2.0",
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]
[project.entry-points.opentelemetry_instrumentor]

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"