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

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

commit 051a78a9f1145baae570859162fa9cba9cde6fbd
Author: James Timmins <[email protected]>
AuthorDate: Tue Jul 6 11:46:16 2021 -0700

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

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

Reply via email to