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

bugraoz 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 a15f3639395 Increase version airflowctl (#62255)
a15f3639395 is described below

commit a15f36393951561d9aea09aa9edafcdf2bedf186
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Mar 2 22:20:12 2026 +0100

    Increase version airflowctl (#62255)
---
 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 b0ba54e9e17..974222d4f46 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.2"
+__version__ = "0.1.3"

Reply via email to