Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test f65507fcd -> 26ea12a16
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/3dedeeab Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/3dedeeab Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/3dedeeab Branch: refs/heads/v1-10-test Commit: 3dedeeab0bfabcdafc0ef104cf540bdf959115e7 Parents: f65507f Author: Bolke de Bruin <[email protected]> Authored: Sun Jul 8 21:15:22 2018 +0200 Committer: Bolke de Bruin <[email protected]> Committed: Sun Jul 8 21:15:22 2018 +0200 ---------------------------------------------------------------------- airflow/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/3dedeeab/airflow/version.py ---------------------------------------------------------------------- diff --git a/airflow/version.py b/airflow/version.py index b817004..02346d5 100644 --- a/airflow/version.py +++ b/airflow/version.py @@ -18,4 +18,4 @@ # under the License. # -version = '1.10.0beta4+incubating' +version = '1.10.0+incubating'
