Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 23, 2024
1 parent ad2cdc8 commit 7081e50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion metabolights_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
)
from metabolights_utils.utils.search_utils import MetabolightsSearchUtils

__VERSION__ = "1.1.1"
__VERSION__ = "1.1.2"

__all__ = [
"Assay",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7081e50

Please sign in to comment.