We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55eb83 commit d438259Copy full SHA for d438259
README.rst
@@ -36,7 +36,7 @@ Quickstart
36
37
Install Django Elasticsearch DSL::
38
39
- pip install https://github.com/sabricot/django-elasticsearch-dsl/archive/6.4.0.tar.gz
+ pip install https://github.com/sabricot/django-elasticsearch-dsl/archive/6.4.1.tar.gz
40
41
42
setup.py
@@ -8,7 +8,7 @@
8
except ImportError:
9
from distutils.core import setup
10
11
-version = '6.4.0'
+version = '6.4.1'
12
13
if sys.argv[-1] == 'publish':
14
try:
0 commit comments