Bump version to 6.3.0
This commit is contained in:
+8
-1
@@ -3,9 +3,16 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
6.3.0 (dev)
|
||||
6.4.0 (dev)
|
||||
-----------
|
||||
|
||||
6.3.0 (2018-06-20)
|
||||
-----------
|
||||
|
||||
* Add an exponential wait on delays
|
||||
* Fix issues with dependencies
|
||||
* Adding X-pack Docs
|
||||
* Adding forecast to x-pack ML client
|
||||
|
||||
6.2.0 (2018-03-20)
|
||||
------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
VERSION = (6, 2, 0)
|
||||
VERSION = (6, 3, 0)
|
||||
__version__ = VERSION
|
||||
__versionstr__ = '.'.join(map(str, VERSION))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user