Skip to content

Commit 06eda42

Browse files
Release 8.18.0 (#1973)
* Release 8.18.0 * link to migration docs
1 parent cff6ec6 commit 06eda42

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: Changelog.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Changelog
44
=========
55

6+
8.18.0 (2025-04-16)
7+
-------------------
8+
9+
* This package has been added to the `Elasticsearch Python client <https://github.com/elastic/elasticsearch-py>`_. Development continues there. Consult the `migration documentation <https://www.elastic.co/docs/reference/elasticsearch/clients/python/dsl_migrating>`_ for more details. (`#1972 <https://github.com/elastic/elasticsearch-dsl-py/pull/1972>`_)
10+
611
8.17.1 (2025-01-08)
712
-------------------
813

Diff for: setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from setuptools import find_packages, setup
2121

22-
VERSION = (8, 17, 1)
22+
VERSION = (8, 18, 0)
2323
__version__ = VERSION
2424
__versionstr__ = ".".join(map(str, VERSION))
2525

@@ -30,8 +30,7 @@
3030
install_requires = [
3131
"python-dateutil",
3232
"typing-extensions",
33-
# "elasticsearch>=8.0.0,<9.0.0",
34-
"elasticsearch @ https://github.com/elastic/elasticsearch-py/archive/refs/heads/main.zip#egg=elasticsearch",
33+
"elasticsearch>=8.0.0,<9.0.0",
3534
"elastic-transport>=8.0.0,<9.0.0",
3635
]
3736

0 commit comments

Comments
 (0)