File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
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
+
6
12
8.17.0 (2024-12-13)
7
13
-------------------
8
14
Original file line number Diff line number Diff line change 104
104
from .utils import AttrDict , AttrList , DslBase
105
105
from .wrappers import Range
106
106
107
- VERSION = (8 , 17 , 0 )
107
+ VERSION = (8 , 17 , 1 )
108
108
__version__ = VERSION
109
109
__versionstr__ = "." .join (map (str , VERSION ))
110
110
__all__ = [
Original file line number Diff line number Diff line change 19
19
20
20
from setuptools import find_packages , setup
21
21
22
- VERSION = (8 , 17 , 0 )
22
+ VERSION = (8 , 17 , 1 )
23
23
__version__ = VERSION
24
24
__versionstr__ = "." .join (map (str , VERSION ))
25
25
You can’t perform that action at this time.
0 commit comments