This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 2a2e3e09abf Bump Task SDK to 1.0.5
2a2e3e09abf is described below

commit 2a2e3e09abf803ca9fe8975ec9505a8bb32278da
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Aug 13 15:44:10 2025 +0100

    Bump Task SDK to 1.0.5
---
 task-sdk/src/airflow/sdk/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/task-sdk/src/airflow/sdk/__init__.py 
b/task-sdk/src/airflow/sdk/__init__.py
index dd5cb179d2d..ad818354acb 100644
--- a/task-sdk/src/airflow/sdk/__init__.py
+++ b/task-sdk/src/airflow/sdk/__init__.py
@@ -55,7 +55,7 @@ __all__ = [
     "teardown",
 ]
 
-__version__ = "1.0.4"
+__version__ = "1.0.5"
 
 if TYPE_CHECKING:
     from airflow.sdk.bases.notifier import BaseNotifier

Reply via email to