From f593a30764ba2d162cabf8a6e44e85c3d4a33fea Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Mon, 22 Jun 2026 15:14:18 -0700 Subject: [PATCH] chore: bump sdk version to 1.6.0, otel version to 0.2.0 --- RELEASING.md | 8 ++++---- .../aws_durable_execution_sdk_python_otel/__about__.py | 2 +- .../src/aws_durable_execution_sdk_python/__about__.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 3b5b8264..d148b7c5 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -41,14 +41,14 @@ The tag should be the version of the package being bumped, prepended with a desc - **SDK only:** `sdk-v` (e.g., `sdk-v1.6.0`) - **OTel only:** `otel-v` (e.g., `otel-v0.3.0`) -- **Both packages in a single release:** comma-separate the sub-tags (e.g., `sdk-1.6.0,otel-0.3.0`) +- **Both packages in a single release:** comma-separate the sub-tags (e.g., `sdk-v1.6.0,otel-v0.3.0`) Examples: ``` -sdk-1.6.0 -otel-0.3.0 -sdk-1.6.0,otel-0.3.0 +sdk-v1.6.0 +otel-v0.3.0 +sdk-v1.6.0,otel-v0.3.0 ``` If additional packages are added to the monorepo in the future, follow the same pattern: choose a short descriptive prefix for the package and use `-`. diff --git a/packages/aws-durable-execution-sdk-python-otel/src/aws_durable_execution_sdk_python_otel/__about__.py b/packages/aws-durable-execution-sdk-python-otel/src/aws_durable_execution_sdk_python_otel/__about__.py index 1c35361c..77ac6583 100644 --- a/packages/aws-durable-execution-sdk-python-otel/src/aws_durable_execution_sdk_python_otel/__about__.py +++ b/packages/aws-durable-execution-sdk-python-otel/src/aws_durable_execution_sdk_python_otel/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present Amazon.com, Inc. or its affiliates. # # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/__about__.py b/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/__about__.py index 99f6803a..04d5e4e6 100644 --- a/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/__about__.py +++ b/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present Amazon.com, Inc. or its affiliates. # # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.5.0" +__version__ = "1.6.0"