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 3d421f78d70 Bumping common compat to 1.3.0 (#44728)
3d421f78d70 is described below

commit 3d421f78d7046474c5684580a744f87160378935
Author: Amogh Desai <[email protected]>
AuthorDate: Fri Dec 6 19:04:49 2024 +0530

    Bumping common compat to 1.3.0 (#44728)
---
 providers/src/airflow/providers/common/compat/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/providers/src/airflow/providers/common/compat/__init__.py 
b/providers/src/airflow/providers/common/compat/__init__.py
index 38c5f8c6cde..5bda470e7b0 100644
--- a/providers/src/airflow/providers/common/compat/__init__.py
+++ b/providers/src/airflow/providers/common/compat/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "1.2.2"
+__version__ = "1.3.0"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.8.0"

Reply via email to