Bump master to 6.0.0

This commit is contained in:
Honza Král
2017-11-10 14:38:08 +01:00
parent ae632f2288
commit 562c8c6146
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -3,6 +3,11 @@
Changelog
=========
6.0.0 (dev)
-----------
* compatibility with Elasticsearch 6.0.0
5.5.0 (2017-11-10)
------------------
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import absolute_import
VERSION = (5, 4, 0)
VERSION = (6, 0, 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, 4, 0)
VERSION = (6, 0, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))