From adc7d3ecb4c039c22eb43fd005f66ee1f4567d5f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 1 Dec 2024 23:30:36 +0000 Subject: [PATCH] 1.3.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ metabolights_utils/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aade712..7083dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.3.7 (2024-12-01) + +### Bug Fixes + +- Get_study_metadata_path method update + ([`75d221c`](https://github.com/EBI-Metabolights/metabolights-utils/commit/75d221cd45124f441381c9ff67ae33e2e0621807)) + + ## v1.3.6 (2024-11-26) diff --git a/metabolights_utils/__init__.py b/metabolights_utils/__init__.py index a55e9c4..bc3aef7 100644 --- a/metabolights_utils/__init__.py +++ b/metabolights_utils/__init__.py @@ -158,7 +158,7 @@ ) from metabolights_utils.utils.search_utils import MetabolightsSearchUtils -__VERSION__ = "1.3.6" +__VERSION__ = "1.3.7" __all__ = [ "Assay", diff --git a/pyproject.toml b/pyproject.toml index a94db31..bfd1f9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metabolights-utils" -version = "1.3.6" +version = "1.3.7" description = "MetaboLights open metabolomics data repository utility tools and API." authors = ["MetaboLights Team "] readme = "README.md"