Skip to content

Commit f05faf8

Browse files
committed
version bump to 6.2.0
1 parent f2ab4f5 commit f05faf8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
6.2.0 (dev)
7-
-----------
6+
6.2.0 (2018-07-03)
7+
------------------
88

99
**Backwards incompatible change** - ``DocType`` refactoring.
1010

elasticsearch_dsl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from .analysis import analyzer, char_filter, normalizer, token_filter, tokenizer
1010
from .faceted_search import *
1111

12-
VERSION = (6, 1, 0)
12+
VERSION = (6, 2, 0)
1313
__version__ = VERSION
1414
__versionstr__ = '.'.join(map(str, VERSION))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from os.path import join, dirname
44
from setuptools import setup, find_packages
55

6-
VERSION = (6, 1, 0)
6+
VERSION = (6, 2, 0)
77
__version__ = VERSION
88
__versionstr__ = '.'.join(map(str, VERSION))
99

0 commit comments

Comments
 (0)