This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit faff79381467b8f2b6abdc859a536b9dea6fb3bd Author: Kaxil Naik <[email protected]> AuthorDate: Sat Sep 11 12:36:30 2021 +0100 Bump version to `2.2.0b1` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c52ee4f..af12aa5 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ PY39 = sys.version_info >= (3, 9) logger = logging.getLogger(__name__) -version = '2.2.0.dev0' +version = '2.2.0b1' my_dir = dirname(__file__)
