This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new 5b61c21  Replace 1.10.12 to 1.10.13 in Readme instructions
5b61c21 is described below

commit 5b61c21ab5c2f16e94967ed60c7e9b8b38d401ef
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Nov 21 00:16:15 2020 +0000

    Replace 1.10.12 to 1.10.13 in Readme instructions
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index ad83639..5a5edd6 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ Airflow is not a streaming solution, but it is often used to 
process real-time d
 
 Apache Airflow is tested with:
 
-|              | Master version (2.0.0dev) | Stable version (1.10.12) |
+|              | Master version (2.0.0dev) | Stable version (1.10.13) |
 | ------------ | ------------------------- | ------------------------ |
 | Python       | 3.6, 3.7, 3.8             | 2.7, 3.5, 3.6, 3.7, 3.8  |
 | PostgreSQL   | 9.6, 10, 11, 12, 13       | 9.6, 10, 11, 12, 13      |
@@ -109,7 +109,7 @@ if needed. This means that from time to time plain `pip 
install apache-airflow`
 produce unusable Airflow installation.
 
 In order to have repeatable installation, however, introduced in **Airflow 
1.10.10** and updated in
-**Airflow 1.10.12** we also keep a set of "known-to-be-working" constraint 
files in the
+**Airflow 1.10.13** we also keep a set of "known-to-be-working" constraint 
files in the
 orphan `constraints-master` and `constraints-1-10` branches. We keep those 
"known-to-be-working"
 constraints files separately per major/minor python version.
 You can use them as constraint files when installing Airflow from PyPI. Note 
that you have to specify
@@ -118,14 +118,14 @@ correct Airflow tag/version/branch and python versions in 
the URL.
 1. Installing just Airflow:
 
 ```bash
-pip install apache-airflow==1.10.12 \
- --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt";
+pip install apache-airflow==1.10.13 \
+ --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-1.10.13/constraints-3.7.txt";
 ```
 
 2. Installing with extras (for example postgres,gcp)
 ```bash
-pip install apache-airflow[postgres,gcp]==1.10.11 \
- --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt";
+pip install apache-airflow[postgres,gcp]==1.10.13 \
+ --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-1.10.13/constraints-3.7.txt";
 ```
 
 For information on installing backport providers check 
https://airflow.readthedocs.io/en/latest/backport-providers.html.

Reply via email to