Skip to content

Commit 40e9dde

Browse files
Release 8.18.0
1 parent cff6ec6 commit 40e9dde

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.rst

Lines changed: 5 additions & 0 deletions
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. (`#1972 <https://github.com/elastic/elasticsearch-dsl-py/pull/1972>`_)
10+
611
8.17.1 (2025-01-08)
712
-------------------
813

setup.py

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)