Skip to content

Commit aea9824

Browse files
committed
Version bump for release
1 parent 72105e3 commit aea9824

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
5.4.0 (dev)
7-
-----------
6+
5.4.0 (2017-05-18)
7+
------------------
88

99
* ``bulk`` helpers now extract ``pipeline`` parameter from the action
1010
dictionary.

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 = (5, 3, 0)
3+
VERSION = (5, 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 = (5, 3, 0)
6+
VERSION = (5, 4, 0)
77
__version__ = VERSION
88
__versionstr__ = '.'.join(map(str, VERSION))
99

0 commit comments

Comments
 (0)