1.7.1.1

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

Branch: refs/heads/master
Commit: 893da2add9529930efc21f934cc0f32671d8cdaf
Parents: 317ad5d
Author: Maxime Beauchemin <[email protected]>
Authored: Fri May 20 17:16:22 2016 -0700
Committer: Maxime Beauchemin <[email protected]>
Committed: Fri May 20 17:16:22 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/893da2ad/airflow/__init__.py
----------------------------------------------------------------------
diff --git a/airflow/__init__.py b/airflow/__init__.py
index 900c744..6b59be3 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"
+__version__ = "1.7.1.1"
 
 import logging
 import os

http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/893da2ad/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index d8d7e82..5f1e3ed 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'
+version = '1.7.1.1'
 
 
 class Tox(TestCommand):

Reply via email to