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 2020/12/30 01:59:23 UTC

[airflow] 01/01: Bump version to 2.0.1dev0

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

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

commit 02910df5925b0b55581254fcf8167db0e01185a4
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Wed Dec 30 01:58:45 2020 +0000

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

diff --git a/setup.py b/setup.py
index d5fcdb9..22dc5cb 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ from setuptools import Command, Distribution, find_namespace_packages, setup
 
 logger = logging.getLogger(__name__)
 
-version = '2.0.0'
+version = '2.0.1.dev0'
 
 my_dir = dirname(__file__)