From 7d03b0b16172ab06e2ed59fad250f1f86a01a28e Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 16 Apr 2025 12:27:15 +0100 Subject: [PATCH 1/2] Release 8.18.0 --- Changelog.rst | 5 +++++ setup.py | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changelog.rst b/Changelog.rst index 1349cf80..642f7c4b 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -3,6 +3,11 @@ Changelog ========= +8.18.0 (2025-04-16) +------------------- + +* This package has been added to the `Elasticsearch Python client `_. Development continues there. (`#1972 `_) + 8.17.1 (2025-01-08) ------------------- diff --git a/setup.py b/setup.py index 4c392d01..43798207 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import find_packages, setup -VERSION = (8, 17, 1) +VERSION = (8, 18, 0) __version__ = VERSION __versionstr__ = ".".join(map(str, VERSION)) @@ -30,8 +30,7 @@ install_requires = [ "python-dateutil", "typing-extensions", - # "elasticsearch>=8.0.0,<9.0.0", - "elasticsearch @ https://github.com/elastic/elasticsearch-py/archive/refs/heads/main.zip#egg=elasticsearch", + "elasticsearch>=8.0.0,<9.0.0", "elastic-transport>=8.0.0,<9.0.0", ] From 34fa2dd69e97fa889362f9f27b590383124bc99a Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 16 Apr 2025 12:46:33 +0100 Subject: [PATCH 2/2] link to migration docs --- Changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 642f7c4b..e98d26a9 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -6,7 +6,7 @@ Changelog 8.18.0 (2025-04-16) ------------------- -* This package has been added to the `Elasticsearch Python client `_. Development continues there. (`#1972 `_) +* This package has been added to the `Elasticsearch Python client `_. Development continues there. Consult the `migration documentation `_ for more details. (`#1972 `_) 8.17.1 (2025-01-08) -------------------