File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33Changelog
44=========
55
6- 6.3 .0 (dev)
6+ 6.4 .0 (dev)
77-----------
88
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
916
10176.2.0 (2018-03-20)
1118------------------
Original file line number Diff line number Diff line change 11from __future__ import absolute_import
22
3- VERSION = (6 , 2 , 0 )
3+ VERSION = (6 , 3 , 0 )
44__version__ = VERSION
55__versionstr__ = '.' .join (map (str , VERSION ))
66
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44import sys
55
6- VERSION = (6 , 2 , 0 )
6+ VERSION = (6 , 3 , 0 )
77__version__ = VERSION
88__versionstr__ = '.' .join (map (str , VERSION ))
99
You can’t perform that action at this time.
0 commit comments