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:22 UTC

[airflow] branch bump-version created (now 02910df)

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

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


      at 02910df  Bump version to 2.0.1dev0

This branch includes the following new commits:

     new 02910df  Bump version to 2.0.1dev0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ka...@apache.org.
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__)