From 23609dc02cf23d7744baa9f28acab7dd9c751f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 18 May 2015 16:05:22 +0200 Subject: [PATCH] Forgot one version --- elasticsearch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/__init__.py b/elasticsearch/__init__.py index 688e1712..11af2371 100644 --- a/elasticsearch/__init__.py +++ b/elasticsearch/__init__.py @@ -1,6 +1,6 @@ from __future__ import absolute_import -VERSION = (1, 5, 0, 'dev') +VERSION = (1, 6, 0, 'dev') __version__ = VERSION __versionstr__ = '.'.join(map(str, VERSION))