File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ 8.17.1 (2025-01-08)
7+ -------------------
8+
9+ * Added support for the ``point `` and ``shape `` fields (`#1963 <https://github.com/elastic/elasticsearch-dsl-py/pull/1963 >`_)
10+ * Corrected typing hints for the ``FunctionScore `` query (`#1960 <https://github.com/elastic/elasticsearch-dsl-py/pull/1960 >`_)
11+
6128.17.0 (2024-12-13)
713-------------------
814
Original file line number Diff line number Diff line change 104104from .utils import AttrDict , AttrList , DslBase
105105from .wrappers import Range
106106
107- VERSION = (8 , 17 , 0 )
107+ VERSION = (8 , 17 , 1 )
108108__version__ = VERSION
109109__versionstr__ = "." .join (map (str , VERSION ))
110110__all__ = [
Original file line number Diff line number Diff line change 1919
2020from setuptools import find_packages , setup
2121
22- VERSION = (8 , 17 , 0 )
22+ VERSION = (8 , 17 , 1 )
2323__version__ = VERSION
2424__versionstr__ = "." .join (map (str , VERSION ))
2525
You can’t perform that action at this time.
0 commit comments