Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 9df4789a9 -> 55842308f
Bump version to 1.8.0alpha2 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/55842308 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/55842308 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/55842308 Branch: refs/heads/v1-8-test Commit: 55842308f60cd1f38942e4421f79eba950e65bdc Parents: 9df4789 Author: Bolke de Bruin <[email protected]> Authored: Wed Jan 4 16:45:17 2017 +0100 Committer: Bolke de Bruin <[email protected]> Committed: Wed Jan 4 16:45:17 2017 +0100 ---------------------------------------------------------------------- airflow/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/55842308/airflow/version.py ---------------------------------------------------------------------- diff --git a/airflow/version.py b/airflow/version.py index 227536d..f9fd688 100644 --- a/airflow/version.py +++ b/airflow/version.py @@ -13,4 +13,4 @@ # limitations under the License. # -version = '1.7.2.dev0' +version = '1.8.0a2'
