From 257bfbd3eea5fb18c6963941b564c963b6fe635b Mon Sep 17 00:00:00 2001 From: Alexander Golodkov Date: Mon, 15 Jul 2024 13:21:04 +0300 Subject: [PATCH 1/2] new version 2.2.5 --- VERSION | 2 +- docs/source/changelog.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 04761555..ecf00d90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.4 \ No newline at end of file +2.2.5 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3d911775..8a8aec81 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +v2.2.5 (2024-07-15) +------------------- +Release note: `v2.2.5 `_ + +* Added internal functions and classes to support integration of Dedoc into langchain +* Changed Pandas and XGBoost versions in the requirements to avoid conflicts with langchain + v2.2.4 (2024-06-20) ------------------- Release note: `v2.2.4 `_ From 0884c62cba822d228fc9c73f1be07b824c1063d4 Mon Sep 17 00:00:00 2001 From: Alexander Golodkov Date: Mon, 15 Jul 2024 13:33:15 +0300 Subject: [PATCH 2/2] new version 2.2.5 --- docs/source/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 8a8aec81..dd5cfcbc 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -5,8 +5,8 @@ v2.2.5 (2024-07-15) ------------------- Release note: `v2.2.5 `_ -* Added internal functions and classes to support integration of Dedoc into langchain -* Changed Pandas and XGBoost versions in the requirements to avoid conflicts with langchain +* Added internal functions and classes to support integration of Dedoc into `langchain `_ +* Upgrade some dependencies, in particular, `xgboost>=1.6.0`, `pandas`, `pdfminer.six` v2.2.4 (2024-06-20) -------------------