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 317b041 Update README.md for 1.10.11
317b041 is described below
commit 317b0412383ccda571fbef568c9eabd70ab8e666
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Jul 2 15:29:41 2020 +0100
Update README.md for 1.10.11
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index d5883bf..81b935d 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Apache Airflow is tested with:
* Sqlite - latest stable (it is used mainly for development purpose)
* Kubernetes - 1.16.2, 1.17.0
-### Stable version (1.10.10)
+### Stable version
* Python versions: 2.7, 3.5, 3.6, 3.7, 3.8
* Postgres DB: 9.6, 10
@@ -107,14 +107,14 @@ in the URL.
1. Installing just airflow:
```bash
-pip install apache-airflow==1.10.10 \
- --constraint
https://raw.githubusercontent.com/apache/airflow/1.10.10/requirements/requirements-python3.7.txt
+pip install apache-airflow==1.10.11 \
+ --constraint
https://raw.githubusercontent.com/apache/airflow/1.10.11/requirements/requirements-python3.7.txt
```
2. Installing with extras (for example postgres,gcp)
```bash
-pip install apache-airflow[postgres,gcp]==1.10.10 \
- --constraint
https://raw.githubusercontent.com/apache/airflow/1.10.10/requirements/requirements-python3.7.txt
+pip install apache-airflow[postgres,gcp]==1.10.11 \
+ --constraint
https://raw.githubusercontent.com/apache/airflow/1.10.11/requirements/requirements-python3.7.txt
```
## Beyond the Horizon