This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-8-test by this push:
new f6aebe1866 Update version of airflow to 2.8.1.dev0
f6aebe1866 is described below
commit f6aebe1866a5097e5b523cf7e3ffb5883165a9be
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Dec 18 21:06:59 2023 +0100
Update version of airflow to 2.8.1.dev0
---
airflow/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/__init__.py b/airflow/__init__.py
index 59117d2950..f5c12016c4 100644
--- a/airflow/__init__.py
+++ b/airflow/__init__.py
@@ -26,7 +26,7 @@ isort:skip_file
"""
from __future__ import annotations
-__version__ = "2.8.0"
+__version__ = "2.8.1.dev0"
# flake8: noqa: F401