From 7081e5066930c687ac99eb743f557907cb8ebb67 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 23 Jun 2024 15:06:13 +0000 Subject: [PATCH] 1.1.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ metabolights_utils/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f704840..22005fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## v1.1.2 (2024-06-23) + +### Documentation + +* docs: documentation updates and new log messages ([`50055bc`](https://github.com/EBI-Metabolights/metabolights-utils/commit/50055bca6b030f72a2af54c6a6abb9263a89fca3)) + +### Fix + +* fix: submitted study download error is fixed. ([`ad2cdc8`](https://github.com/EBI-Metabolights/metabolights-utils/commit/ad2cdc883e4bdbed28bc486a16e03a68c6ebb05f)) + ## v1.1.1 (2024-06-22) ### Fix diff --git a/metabolights_utils/__init__.py b/metabolights_utils/__init__.py index f42ab62..d138186 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.1.1" +__VERSION__ = "1.1.2" __all__ = [ "Assay", diff --git a/pyproject.toml b/pyproject.toml index 2c03285..c7df8ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metabolights-utils" -version = "1.1.1" +version = "1.1.2" description = "MetaboLights open metabolomics data repository utility tools and API." authors = ["MetaboLights Team "] readme = "README.md"