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 99ae119 commit 3ab440cCopy full SHA for 3ab440c
HISTORY.rst
@@ -2,7 +2,7 @@
2
3
History
4
-------
5
-7.1.2 (2020-07-05)
+7.1.3 (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.2'
+version = '7.1.3'
12
13
if sys.argv[-1] == 'publish':
14
try:
0 commit comments