Skip to content

Commit ec587c7

Browse files
committed
Releasing 6.4.0
1 parent 6765c55 commit ec587c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Quickstart
3636

3737
Install Django Elasticsearch DSL::
3838

39-
pip install django-elasticsearch-dsl
39+
pip install https://github.com/sabricot/django-elasticsearch-dsl/archive/6.4.0.tar.gz
4040

4141

4242

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
version = '0.5.1'
11+
version = '6.4.0'
1212

1313
if sys.argv[-1] == 'publish':
1414
try:
@@ -42,7 +42,7 @@
4242
],
4343
include_package_data=True,
4444
install_requires=[
45-
'elasticsearch-dsl>=6.3.0',
45+
'elasticsearch-dsl>=6.4.0<7.0.0',
4646
],
4747
license="Apache Software License 2.0",
4848
zip_safe=False,

0 commit comments

Comments
 (0)