This is an automated email from the ASF dual-hosted git repository.
potiuk 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 33cc0ac4343 [apache/airflow] Airflow CTL 0.1.1 has been released
(#60491)
33cc0ac4343 is described below
commit 33cc0ac434394926ddaaa71551aa56808699a86e
Author: Bugra Ozturk <[email protected]>
AuthorDate: Wed Jan 14 11:42:52 2026 +0100
[apache/airflow] Airflow CTL 0.1.1 has been released (#60491)
---
airflow-ctl/src/airflowctl/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-ctl/src/airflowctl/__init__.py
b/airflow-ctl/src/airflowctl/__init__.py
index f3fd163907d..b0ba54e9e17 100644
--- a/airflow-ctl/src/airflowctl/__init__.py
+++ b/airflow-ctl/src/airflowctl/__init__.py
@@ -19,4 +19,4 @@ from __future__ import annotations
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
-__version__ = "0.1.1"
+__version__ = "0.1.2"