potiuk commented on a change in pull request #9889:
URL: https://github.com/apache/airflow/pull/9889#discussion_r457285600
##########
File path: docs/installation.rst
##########
@@ -52,19 +53,17 @@ and python versions in the URL.
.. code-block:: bash
pip install \
- apache-airflow==1.10.10 \
- --constraint \
-
https://raw.githubusercontent.com/apache/airflow/1.10.10/requirements/requirements-python3.7.txt
+ apache-airflow==1.10.12 \
+ --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt"
Review comment:
It won't be broken when we release 1.10.12 and tag it.
Good point with 1.10.10 == 1.10.11 @kaxil . I thought they will work
anyway, but we can do better easily.
Currently it is the same I just added one commit in the orphaned branch and
I added all tags there. But there is nothing to take the "frozen" requirements
from 1.10.10 and add extra commit and tag it. I will do it momentariily.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]