There was an error while loading. Please reload this page.
1 parent fe897eb commit 2f62f9eCopy full SHA for 2f62f9e
Changelog.rst
@@ -3,6 +3,11 @@
3
Changelog
4
=========
5
6
+5.3.0 (2017-03-30)
7
+------------------
8
+
9
+Compatibility with elasticsearch 5.3
10
11
5.2.0 (2017-02-12)
12
------------------
13
elasticsearch/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import absolute_import
2
-VERSION = (5, 2, 0)
+VERSION = (5, 3, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
import sys
0 commit comments