From c93e0654802b22703ccfac18a662c114f07faabb Mon Sep 17 00:00:00 2001 From: Safwan Rahman Date: Tue, 29 Oct 2019 01:14:53 +0600 Subject: [PATCH] Bumping version 7.0.1 (#216) --- HISTORY.rst | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c2b5cc10..f831432e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,17 @@ History ------- +7.1.0 (2019-10-29) +~~~~~~~~~~~~~~~~~~ +* Support for Django `DecimalField` #141 +* Indexing speedup by using `parallel` indexing. #213. + Now you can pass `--parallel` or set `ELASTICSEARCH_DSL_PARALLEL` + in your settings to get indexing speed boost while indexing + through management command. +* Fixing name resolution in management command #206 +* Small documentation fixes. #196 + + 7.0.0 (2019-08-11) ~~~~~~~~~~~~~~~~~~ * Support Elasticsearch 7.0 (See PR #176) diff --git a/setup.py b/setup.py index de294164..d02ec341 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: from distutils.core import setup -version = '7.0.0' +version = '7.1.0' if sys.argv[-1] == 'publish': try: