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