We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff6ec6 commit 8c9f11fCopy full SHA for 8c9f11f
Changelog.rst
@@ -3,6 +3,11 @@
3
Changelog
4
=========
5
6
+8.18.0 (2025-04-16)
7
+-------------------
8
+
9
+* This package has been merged with the official Elasticsearch Python client (`#1972 <https://github.com/elastic/elasticsearch-dsl-py/pull/1972>`_)
10
11
8.17.1 (2025-01-08)
12
-------------------
13
setup.py
@@ -19,7 +19,7 @@
19
20
from setuptools import find_packages, setup
21
22
-VERSION = (8, 17, 1)
+VERSION = (8, 18, 0)
23
__version__ = VERSION
24
__versionstr__ = ".".join(map(str, VERSION))
25
0 commit comments