version bump for 5.3
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
5.3.0 (2017-03-30)
|
||||
------------------
|
||||
|
||||
Compatibility with elasticsearch 5.3
|
||||
|
||||
5.2.0 (2017-02-12)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
VERSION = (5, 2, 0)
|
||||
VERSION = (5, 3, 0)
|
||||
__version__ = VERSION
|
||||
__versionstr__ = '.'.join(map(str, VERSION))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user