File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 6868 " 3.11" ,
6969 " 3.12" ,
7070 ]
71- es-version : [8.0.0, 8.9 .0]
71+ es-version : [8.0.0, 8.11 .0]
7272
7373 steps :
7474 - name : Checkout Repository
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ 8.11.0 (2023-11-13)
7+ -------------------
8+
9+ * Added support for Python 3.12 (`#1680 `_)
10+ * Added support for Search.collase() (`#1649 `_, contributed by `@qcoumes `_)
11+
12+ .. _@qcoumes : https://github.com/qcoumes
13+ .. _#1680 : https://github.com/elastic/elasticsearch-dsl-py/pull/1680
14+ .. _#1649 : https://github.com/elastic/elasticsearch-dsl-py/pull/1649
15+
6168.9.0 (2023-09-07)
717------------------
818
Original file line number Diff line number Diff line change 8484from .utils import AttrDict , AttrList , DslBase
8585from .wrappers import Range
8686
87- VERSION = (8 , 9 , 0 )
87+ VERSION = (8 , 11 , 0 )
8888__version__ = VERSION
8989__versionstr__ = "." .join (map (str , VERSION ))
9090__all__ = [
Original file line number Diff line number Diff line change 1919
2020from setuptools import find_packages , setup
2121
22- VERSION = (8 , 9 , 0 )
22+ VERSION = (8 , 11 , 0 )
2323__version__ = VERSION
2424__versionstr__ = "." .join (map (str , VERSION ))
2525
You can’t perform that action at this time.
0 commit comments