[ https://issues.apache.org/jira/browse/AIRFLOW-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned AIRFLOW-2496: ------------------------------------- Assignee: (was: Holden Karau's magical unicorn) > v1-10-test branch reports version 2.0 instead of 1.10 > ----------------------------------------------------- > > Key: AIRFLOW-2496 > URL: https://issues.apache.org/jira/browse/AIRFLOW-2496 > Project: Apache Airflow > Issue Type: Bug > Components: release > Affects Versions: 1.10 > Reporter: Craig Rodrigues > Priority: Minor > Fix For: 1.10 > > > I created a requirements.txt with one line: git+ > [https://github.com/apache/incubator-airflow@v1-10-test#egg=apache-airflow[celery,crypto,emr,hive,hdfs,ldap,mysql,postgres,redis,slack,s3]] > I then did: 1. create a virtual environment 2. pip install -r > requirements.txt 3. airflow webserver When I look at the version in the web > interface, it shows a version of: 2.0.0.dev0+incubating even though I used > the v1-10-test branch. This seems wrong. It ooks like these two commits got > merged to v1-10-test branch which bump the version to 2.0: > [https://github.com/apache/incubator-airflow/commit/305a787] > [https://github.com/apache/incubator-airflow/commit/a30acaf] > That seems wrong for v1-10-test branch. It would be nice if this version was > 1.10.0.dev0+incubating (or whatever), since it looks like I will need to > deploy v1-10-test branch to prod this week, and then very soon after when > 1.10 is released, re-deploy airflow 1.10. > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)