version bump for 5.3

This commit is contained in:
Honza Král
2017-03-30 22:32:38 -07:00
parent fe897ebe0d
commit 2f62f9e3d4
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -3,6 +3,11 @@
Changelog
=========
5.3.0 (2017-03-30)
------------------
Compatibility with elasticsearch 5.3
5.2.0 (2017-02-12)
------------------
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import absolute_import
VERSION = (5, 2, 0)
VERSION = (5, 3, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))
+1 -1
View File
@@ -3,7 +3,7 @@ from os.path import join, dirname
from setuptools import setup, find_packages
import sys
VERSION = (5, 2, 0)
VERSION = (5, 3, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))