You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/08/13 23:15:10 UTC

[airflow] 09/09: Bump version to 2.1.3

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

kaxilnaik pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit f10aefa6dc04d9419b94bbd7dcacff1e2aa04d49
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Wed Jul 28 16:00:25 2021 +0100

    Bump version to 2.1.3
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c74808a..2027b61 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ PY39 = sys.version_info >= (3, 9)
 
 logger = logging.getLogger(__name__)
 
-version = '2.1.2'
+version = '2.1.3'
 
 my_dir = dirname(__file__)