Skip to content

Commit

Permalink
Releasing 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
safwanrahman committed Jun 1, 2019
1 parent 6765c55 commit ec587c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Quickstart

Install Django Elasticsearch DSL::

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



Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

version = '0.5.1'
version = '6.4.0'

if sys.argv[-1] == 'publish':
try:
Expand Down Expand Up @@ -42,7 +42,7 @@
],
include_package_data=True,
install_requires=[
'elasticsearch-dsl>=6.3.0',
'elasticsearch-dsl>=6.4.0<7.0.0',
],
license="Apache Software License 2.0",
zip_safe=False,
Expand Down

0 comments on commit ec587c7

Please sign in to comment.