File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 33Changelog
44=========
55
6- 5.0.0 (2016-10-19)
6+ 5.0.1 (2016-11-02)
7+ ------------------
8+
9+ Fixed performance regression in ``scan `` helper
10+
11+ 5.0.1 (2016-10-19)
712------------------
813
914Version compatible with elasticsearch 5.0
Original file line number Diff line number Diff line change 5252
5353
5454# The short X.Y version.
55- version = '5.0.0 '
55+ version = '5.0.1 '
5656# The full version, including alpha/beta/rc tags.
57- release = '5.0.0 '
57+ release = '5.0.1 '
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
Original file line number Diff line number Diff line change 11from __future__ import absolute_import
22
3- VERSION = (5 , 0 , 0 )
3+ VERSION = (5 , 0 , 1 )
44__version__ = VERSION
55__versionstr__ = '.' .join (map (str , VERSION ))
66
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44import sys
55
6- VERSION = (5 , 0 , 0 )
6+ VERSION = (5 , 0 , 1 )
77__version__ = VERSION
88__versionstr__ = '.' .join (map (str , VERSION ))
99
You can’t perform that action at this time.
0 commit comments