File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
- 6.4 .0 (dev)
6
+ 6.5 .0 (dev)
7
7
-----------
8
8
9
+ 6.4.0 (2019-05-28)
10
+ ------------------
11
+
12
+ * update missing apis and xpack and query params for 6
13
+
9
14
6.3.1 (2018-08-09)
10
15
------------------
11
16
* Removed deprecated option ``update_all_types ``.
Original file line number Diff line number Diff line change 1
1
from __future__ import absolute_import
2
2
3
- VERSION = (6 , 3 , 1 )
3
+ VERSION = (6 , 4 , 0 )
4
4
__version__ = VERSION
5
5
__versionstr__ = "." .join (map (str , VERSION ))
6
6
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
import sys
5
5
6
- VERSION = (6 , 3 , 1 )
6
+ VERSION = (6 , 4 , 0 )
7
7
__version__ = VERSION
8
8
__versionstr__ = "." .join (map (str , VERSION ))
9
9
You can’t perform that action at this time.
0 commit comments