From 9ca76d78884c30838451eff00d29796e02bdd67c Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 16 Apr 2025 14:53:51 +0400 Subject: [PATCH] Revert "Release 8.18.0" (#774) This reverts commit ced3cdfe32bd04e3d127b18f66f9b143b2956564. --- CHANGELOG.rst | 7 ------- eland/_version.py | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec9c2e6..4b3a2bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,13 +2,6 @@ Changelog ========= -8.18.0 (2025-04-15) -------------------- - -* Drop Python 3.8, Support Python 3.12 (`#743 `_) -* Support Pandas 2 (`#742 `_) -* Upgrade transformers to 4.47 (`#752 `_) - 8.17.0 (2025-01-07) ------------------- diff --git a/eland/_version.py b/eland/_version.py index a3e5957..72dfa7f 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -18,7 +18,7 @@ __title__ = "eland" __description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch" __url__ = "https://github.com/elastic/eland" -__version__ = "8.18.0" +__version__ = "8.17.0" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"