Skip to content

Commit 6063c60

Browse files
committed
adding 7.x to docs
1 parent d04bd38 commit 6063c60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Compatibility
3030
The library is compatible with all Elasticsearch versions since ``2.x`` but you
3131
**have to use a matching major version**:
3232

33+
For **Elasticsearch 6.0** and later, use the major version 7 (``7.x.y``) of the
34+
library.
35+
3336
For **Elasticsearch 6.0** and later, use the major version 6 (``6.x.y``) of the
3437
library.
3538

@@ -42,6 +45,9 @@ library.
4245
The recommended way to set your requirements in your `setup.py` or
4346
`requirements.txt` is::
4447

48+
# Elasticsearch 7.x
49+
elasticsearch-dsl>=7.0.0,<8.0.0
50+
4551
# Elasticsearch 6.x
4652
elasticsearch-dsl>=6.0.0,<7.0.0
4753

0 commit comments

Comments
 (0)