This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 2ad9bfd711387064162d80a69858579aa316944e Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Aug 27 05:56:47 2023 +0200 Bump airflow version to 2.7.1 --- airflow/__init__.py | 2 +- airflow/utils/db.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/airflow/__init__.py b/airflow/__init__.py index f60d27db07..cd5ec8b7ac 100644 --- a/airflow/__init__.py +++ b/airflow/__init__.py @@ -26,7 +26,7 @@ isort:skip_file """ from __future__ import annotations -__version__ = "2.7.0" +__version__ = "2.7.1" # flake8: noqa: F401 diff --git a/airflow/utils/db.py b/airflow/utils/db.py index 68425f8a4c..db49e37dca 100644 --- a/airflow/utils/db.py +++ b/airflow/utils/db.py @@ -100,6 +100,7 @@ REVISION_HEADS_MAP = { "2.6.2": "c804e5c76e3e", "2.6.3": "c804e5c76e3e", "2.7.0": "788397e78828", + "2.7.1": "788397e78828", }
