Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 14, 2024
1 parent 94814cf commit 2fe99c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# CHANGELOG


## v1.3.0 (2024-11-14)

### Unknown

* Merge branch 'master' of https://github.com/EBI-Metabolights/metabolights-utils ([`94814cf`](https://github.com/EBI-Metabolights/metabolights-utils/commit/94814cf275c6a75d891f146b5235029cc13e9628))


## v1.2.2 (2024-10-23)

### Features

* feat: a new utility method to validate local study with new validation endpoint ([`3db9718`](https://github.com/EBI-Metabolights/metabolights-utils/commit/3db9718af2d90fec6f37476756dbd83a9f4a32d4))

### Fixes

* fix: empty line fix ([`abd88aa`](https://github.com/EBI-Metabolights/metabolights-utils/commit/abd88aa3d3d3562aae3d680e04b9ff3a9ee98a1d))
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.2.2"
__VERSION__ = "1.3.0"

__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.2.2"
version = "1.3.0"
description = "MetaboLights open metabolomics data repository utility tools and API."
authors = ["MetaboLights Team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2fe99c1

Please sign in to comment.