Skip to content

Commit 2f62f9e

Browse files
committed
version bump for 5.3
1 parent fe897eb commit 2f62f9e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Changelog
44
=========
55

6+
5.3.0 (2017-03-30)
7+
------------------
8+
9+
Compatibility with elasticsearch 5.3
10+
611
5.2.0 (2017-02-12)
712
------------------
813

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

0 commit comments

Comments
 (0)