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

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


The following commit(s) were added to refs/heads/v2-1-test by this push:
     new a71f9d6  Set version to 2.1.1
a71f9d6 is described below

commit a71f9d6f25e3255ac33755da2590c398062db9d1
Author: James Timmins <[email protected]>
AuthorDate: Fri Jun 25 18:14:43 2021 -0700

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

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

Reply via email to