Repository: incubator-airflow
Updated Branches:
  refs/heads/master 893da2add -> 88f895aa6


Bump version to unblock pypi release


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/88f895aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/88f895aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/88f895aa

Branch: refs/heads/master
Commit: 88f895aa63f77b6a5539fa84af4b19ff34722070
Parents: 893da2a
Author: Dan Davydov <dan.davy...@airbnb.com>
Authored: Fri May 20 17:49:28 2016 -0700
Committer: Dan Davydov <dan.davy...@airbnb.com>
Committed: Fri May 20 17:49:28 2016 -0700

----------------------------------------------------------------------
 airflow/__init__.py | 2 +-
 setup.py            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/88f895aa/airflow/__init__.py
----------------------------------------------------------------------
diff --git a/airflow/__init__.py b/airflow/__init__.py
index 6b59be3..e571b04 100644
--- a/airflow/__init__.py
+++ b/airflow/__init__.py
@@ -20,7 +20,7 @@ in their PYTHONPATH. airflow_login should be based off the
 `airflow.www.login`
 """
 from builtins import object
-__version__ = "1.7.1.1"
+__version__ = "1.7.1.2"
 
 import logging
 import os

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/88f895aa/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 5f1e3ed..2849958 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ import sys
 logger = logging.getLogger(__name__)
 
 # Kept manually in sync with airflow.__version__
-version = '1.7.1.1'
+version = '1.7.1.2'
 
 
 class Tox(TestCommand):

Reply via email to