File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ 8.15.4 (2024-10-07)
7
+ -------------------
8
+
9
+ * Fixed the use of dictionaries as values in ``Terms `` query (`#1920 <https://github.com/elastic/elasticsearch-dsl-py/issues/1920 >`_)
10
+
6
11
8.15.3 (2024-09-12)
7
12
-------------------
8
13
Original file line number Diff line number Diff line change 95
95
from .utils import AttrDict , AttrList , DslBase
96
96
from .wrappers import Range
97
97
98
- VERSION = (8 , 15 , 3 )
98
+ VERSION = (8 , 15 , 4 )
99
99
__version__ = VERSION
100
100
__versionstr__ = "." .join (map (str , VERSION ))
101
101
__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 , 15 , 3 )
22
+ VERSION = (8 , 15 , 4 )
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