Repository: incubator-airflow Updated Branches: refs/heads/master 305a787e3 -> a30acafc8
Add incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/a30acafc Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/a30acafc Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/a30acafc Branch: refs/heads/master Commit: a30acafc866b24880225495dd51ed71344758d54 Parents: 305a787 Author: Bolke de Bruin <[email protected]> Authored: Mon Apr 23 19:34:07 2018 +0200 Committer: Bolke de Bruin <[email protected]> Committed: Mon Apr 23 19:34:07 2018 +0200 ---------------------------------------------------------------------- airflow/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/a30acafc/airflow/version.py ---------------------------------------------------------------------- diff --git a/airflow/version.py b/airflow/version.py index 42f1dea..750da36 100644 --- a/airflow/version.py +++ b/airflow/version.py @@ -18,4 +18,4 @@ # under the License. # -version = '2.0.0dev0' +version = '2.0.0dev0+incubating'
