There was an error while loading. Please reload this page.
1 parent 72105e3 commit aea9824Copy full SHA for aea9824
Changelog.rst
@@ -3,8 +3,8 @@
3
Changelog
4
=========
5
6
-5.4.0 (dev)
7
------------
+5.4.0 (2017-05-18)
+------------------
8
9
* ``bulk`` helpers now extract ``pipeline`` parameter from the action
10
dictionary.
elasticsearch/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import absolute_import
2
-VERSION = (5, 3, 0)
+VERSION = (5, 4, 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