mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00
updating changelogs and version to 1.13.0-0.34b0 (#1352)
This commit is contained in:
@ -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]
|
||||
|
@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.33b0"
|
||||
__version__ = "0.34b0"
|
||||
|
Reference in New Issue
Block a user