Skip to content

Commit c93e065

Browse files
authored
Bumping version 7.0.1 (#216)
1 parent 13a4d5c commit c93e065

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.rst

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
History
44
-------
55

6+
7.1.0 (2019-10-29)
7+
~~~~~~~~~~~~~~~~~~
8+
* Support for Django `DecimalField` #141
9+
* Indexing speedup by using `parallel` indexing. #213.
10+
Now you can pass `--parallel` or set `ELASTICSEARCH_DSL_PARALLEL`
11+
in your settings to get indexing speed boost while indexing
12+
through management command.
13+
* Fixing name resolution in management command #206
14+
* Small documentation fixes. #196
15+
16+
617
7.0.0 (2019-08-11)
718
~~~~~~~~~~~~~~~~~~
819
* Support Elasticsearch 7.0 (See PR #176)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
from distutils.core import setup
1010

11-
version = '7.0.0'
11+
version = '7.1.0'
1212

1313
if sys.argv[-1] == 'publish':
1414
try:

0 commit comments

Comments
 (0)