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