File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33Changelog
44=========
5+ 7.1.0 (dev)
6+ -----------
7+
8+ 7.0.1 (2019-05019)
9+ -----------
10+ * Use black to format the code.
11+ * Update the test matrix to only use current pythons and 7.x ES
12+ * Blocking pool must fit thread_count
13+ * Update client to support missing ES 7 API's and query params.
514
6- 7.0.0 (dev )
15+ 7.0.0 (2019-04-11 )
716-----------
817 * Removed deprecated option ``update_all_types ``.
918 * Using insecure SSL configuration (``verify_cert=False ``) raises a warning, this can
Original file line number Diff line number Diff line change 11# flake8: noqa
22from __future__ import absolute_import
33
4- VERSION = (7 , 0 , 0 )
4+ VERSION = (7 , 0 , 1 )
55__version__ = VERSION
66__versionstr__ = "." .join (map (str , VERSION ))
77
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44import sys
55
6- VERSION = (7 , 0 , 0 )
6+ VERSION = (7 , 0 , 1 )
77__version__ = VERSION
88__versionstr__ = "." .join (map (str , VERSION ))
99
You can’t perform that action at this time.
0 commit comments