Skip to content

Commit 99effab

Browse files
committed
Bump version to 6.4.0
1 parent b639369 commit 99effab

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
Changelog
44
=========
55

6-
6.4.0 (dev)
6+
6.5.0 (dev)
77
-----------
88

9+
6.4.0 (2019-05-28)
10+
------------------
11+
12+
* update missing apis and xpack and query params for 6
13+
914
6.3.1 (2018-08-09)
1015
------------------
1116
* Removed deprecated option ``update_all_types``.

elasticsearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import
22

3-
VERSION = (6, 3, 1)
3+
VERSION = (6, 4, 0)
44
__version__ = VERSION
55
__versionstr__ = ".".join(map(str, VERSION))
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44
import sys
55

6-
VERSION = (6, 3, 1)
6+
VERSION = (6, 4, 0)
77
__version__ = VERSION
88
__versionstr__ = ".".join(map(str, VERSION))
99

0 commit comments

Comments
 (0)