We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4352e56 commit e0fb772Copy full SHA for e0fb772
Changelog.rst
@@ -3,9 +3,16 @@
3
Changelog
4
=========
5
6
-6.3.0 (dev)
+6.4.0 (dev)
7
-----------
8
9
+6.3.0 (2018-06-20)
10
+-----------
11
+
12
+ * Add an exponential wait on delays
13
+ * Fix issues with dependencies
14
+ * Adding X-pack Docs
15
+ * Adding forecast to x-pack ML client
16
17
6.2.0 (2018-03-20)
18
------------------
elasticsearch/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import absolute_import
2
-VERSION = (6, 2, 0)
+VERSION = (6, 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