From d428612735baba49839a8ab031551a7901cc9c18 Mon Sep 17 00:00:00 2001 From: David Michaels Date: Mon, 8 Jul 2024 13:12:45 -0400 Subject: [PATCH] added hack_for_elasticsearch_numpy_usage.py for numpy>2 issue --- CHANGELOG.rst | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f3f1b402..4d7b3300d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,9 @@ dcicutils Change Log ---------- -8.13.1 +8.13.2 ====== +* N.B. Accidentially tagged/pushed 8.13.1 -> PLEASE IGNORE VERSION: 8.13.1 * Fallout from Python 3.12 support. - Though dcicutils is not dependent on numpy, elasticsearch tries to import it, and if it is installed and if it is a version greater than 1.x, we get this error: diff --git a/pyproject.toml b/pyproject.toml index 103c35308..629ede824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.13.0.1b1" # TODO: To become 8.13.1 +version = "8.13.0.1b1" # TODO: To become 8.13.2 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"