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 3ab440c commit 5ad0ee0Copy full SHA for 5ad0ee0
HISTORY.rst
@@ -2,7 +2,7 @@
2
3
History
4
-------
5
-7.1.3 (2020-07-05)
+7.1.4 (2020-07-05)
6
~~~~~~~~~~~~~~~~~~
7
* Configure Elasticsearch _id dynamically from document (#272)
8
* Use chain.from_iterable in for performance improvement (#278)
setup.py
@@ -8,7 +8,7 @@
except ImportError:
9
from distutils.core import setup
10
11
-version = '7.1.3'
+version = '7.1.4'
12
13
if sys.argv[-1] == 'publish':
14
try:
0 commit comments