From 3dd5c24f83869e009f4079e40aec2db38048710c Mon Sep 17 00:00:00 2001 From: David Michaels Date: Mon, 11 Dec 2023 15:31:42 -0500 Subject: [PATCH] Update version to 8.5.0; ready to merge PR-294 to master. --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 802801dca..7e042af56 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ dcicutils Change Log ---------- -8.4.1 +8.5.0 ===== * Moved structured_data.py from smaht-portal to here; new portal_utils and data_readers modules. * Strip sheet name in data_readers.Excel; respecte (ignore) hidden sheets. diff --git a/pyproject.toml b/pyproject.toml index 665e08356..9a9e81594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.4.0.1b13" # TODO: To become 8.4.1 +version = "8.5.0" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"