There was an error while loading. Please reload this page.
1 parent a40b7c7 commit 4244f88Copy full SHA for 4244f88
Changelog.rst
@@ -5,6 +5,10 @@ Changelog
5
7.1.0 (dev)
6
-----------
7
8
+7.0.4 (2019-08-22)
9
+-----------
10
+ * Fix wheel distribution
11
+
12
7.0.3 (2019-08-21)
13
14
* remove sleep in retries
elasticsearch/__init__.py
@@ -1,7 +1,7 @@
1
# flake8: noqa
2
from __future__ import absolute_import
3
4
-VERSION = (7, 0, 3)
+VERSION = (7, 0, 4)
__version__ = VERSION
__versionstr__ = ".".join(map(str, VERSION))
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
import sys
0 commit comments