Repository: incubator-airflow Updated Branches: refs/heads/v1-8-stable f4760c320 -> 8e7a55836
Bump version to 1.8.0. Hoorah :-) Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/8e7a5583 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/8e7a5583 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/8e7a5583 Branch: refs/heads/v1-8-stable Commit: 8e7a5583610be370dd26d50df0b7b98d90dbd396 Parents: f4760c3 Author: Bolke de Bruin <[email protected]> Authored: Sun Mar 19 10:28:00 2017 -0700 Committer: Bolke de Bruin <[email protected]> Committed: Sun Mar 19 10:28:00 2017 -0700 ---------------------------------------------------------------------- airflow/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8e7a5583/airflow/version.py ---------------------------------------------------------------------- diff --git a/airflow/version.py b/airflow/version.py index cdbe073..f09e465 100644 --- a/airflow/version.py +++ b/airflow/version.py @@ -13,4 +13,4 @@ # limitations under the License. # -version = '1.8.0rc5+apache.incubating' +version = '1.8.0+apache.incubating'
