You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Matthias (JIRA)" <ji...@apache.org> on 2018/08/23 10:01:00 UTC

[jira] [Created] (AIRFLOW-2942) pypi not updated to 1.10

Matthias created AIRFLOW-2942:
---------------------------------

             Summary: pypi not updated to 1.10
                 Key: AIRFLOW-2942
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2942
             Project: Apache Airflow
          Issue Type: Bug
    Affects Versions: 1.10
            Reporter: Matthias


According to [https://cwiki.apache.org/confluence/display/AIRFLOW/Announcements,] airflow 1.10 is out since April 20th. 

Pypi is still serving 1.9.0 ([https://pypi.org/project/apache-airflow/)] as of today.

 

Installing via `pip install apache-airflow==1.10.0` does not work as that release is not available on pypi.

output:

```

Collecting apache-airflow==1.10.0
 Could not find a version that satisfies the requirement apache-airflow==1.10.0 (from versions: 1.8.1, 1.8.2rc1, 1.8.2, 1.9.0)
No matching distribution found for apache-airflow==1.10.0

```

 

Fix should be trivial - pushing a new release to pypi.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)