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

@ -22,15 +22,15 @@ classifiers = [
"Programming Language :: Python :: 3.8",
]
dependencies = [
"opentelemetry-instrumentation == 0.33b0",
"opentelemetry-instrumentation == 0.34b0",
"opentelemetry-propagator-aws-xray == 1.0.1",
"opentelemetry-semantic-conventions == 0.33b0",
"opentelemetry-semantic-conventions == 0.34b0",
]
[project.optional-dependencies]
instruments = []
test = [
"opentelemetry-test-utils == 0.33b0",
"opentelemetry-test-utils == 0.34b0",
]
[project.urls]

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"