You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/01/17 08:26:43 UTC

[15/15] incubator-airflow git commit: Add incubating specifier to version

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/master
Commit: 8f9a466dee5cd9bcd794e95f3d6cc22103dc4fb7
Parents: a46f114
Author: Bolke de Bruin <bo...@xs4all.nl>
Authored: Mon Jan 16 22:42:01 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
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'