Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test a46f114a5 -> 8f9a466de
Add incubating specifier to 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/8f9a466d Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/8f9a466d Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/8f9a466d Branch: refs/heads/v1-8-test Commit: 8f9a466dee5cd9bcd794e95f3d6cc22103dc4fb7 Parents: a46f114 Author: Bolke de Bruin <[email protected]> Authored: Mon Jan 16 22:42:01 2017 +0100 Committer: Bolke de Bruin <[email protected]> Committed: Mon Jan 16 22:42:01 2017 +0100 ---------------------------------------------------------------------- airflow/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8f9a466d/airflow/version.py ---------------------------------------------------------------------- diff --git a/airflow/version.py b/airflow/version.py index 3d3b0c3..0b45eae 100644 --- a/airflow/version.py +++ b/airflow/version.py @@ -13,4 +13,4 @@ # limitations under the License. # -version = '1.8.0b1' +version = '1.8.0b1+apache.incubating'
