Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 0be35d628 -> 32a26d84b
Set version 1.8.2rc2 -> 1.8.2 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/32a26d84 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/32a26d84 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/32a26d84 Branch: refs/heads/v1-8-test Commit: 32a26d84b679a54add43092d0bdb77350dcbaeaf Parents: 0be35d6 Author: Maxime Beauchemin <[email protected]> Authored: Mon Aug 7 21:57:29 2017 -0700 Committer: Maxime Beauchemin <[email protected]> Committed: Mon Aug 7 21:57:29 2017 -0700 ---------------------------------------------------------------------- airflow/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/32a26d84/airflow/version.py ---------------------------------------------------------------------- diff --git a/airflow/version.py b/airflow/version.py index ce57c88..66b4c60 100644 --- a/airflow/version.py +++ b/airflow/version.py @@ -13,4 +13,4 @@ # limitations under the License. # -version = '1.8.2rc2' +version = '1.8.2'
