This is an automated email from the ASF dual-hosted git repository.
ash pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e5db8a28989 Bump version of task-sdk package to alpha (#46324)
e5db8a28989 is described below
commit e5db8a28989751a92c949af9c379d67a9dbf9945
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Fri Jan 31 16:20:30 2025 +0000
Bump version of task-sdk package to alpha (#46324)
In order to release a usable alpha build of apache-airflow ("core") we'll
need
an alpha version of the task-sdk to go along with it.
---
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 d8968fd416f..6762f43ef8a 100644
--- a/task_sdk/src/airflow/sdk/__init__.py
+++ b/task_sdk/src/airflow/sdk/__init__.py
@@ -33,7 +33,7 @@ __all__ = [
"get_parsing_context",
]
-__version__ = "1.0.0.dev1"
+__version__ = "1.0.0.alpha1"
if TYPE_CHECKING:
from airflow.sdk.definitions.baseoperator import BaseOperator