Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 20, 2024
1 parent dc61316 commit 9a14138
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# CHANGELOG


## v1.3.2 (2024-11-20)

### Fixes

* fix: fix isatable read errors ([`dc61316`](https://github.com/EBI-Metabolights/metabolights-utils/commit/dc6131643c48fb21c1ae97994cbef26d58e34e62))

### Unknown

* Merge branch 'master' of https://github.com/EBI-Metabolights/metabolights-utils ([`554f731`](https://github.com/EBI-Metabolights/metabolights-utils/commit/554f731244117c8814171505a5cfb3931dac9be3))


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

### Fixes

* fix: isa table parser fix. ([`af9906c`](https://github.com/EBI-Metabolights/metabolights-utils/commit/af9906c5fc7b22cfa5fd00381c7a98f4fe296ca7))

### Refactoring

* refactor: new local validation endpoint accepts user's api-token ([`4a1c0b8`](https://github.com/EBI-Metabolights/metabolights-utils/commit/4a1c0b8ad25cceae9c48b204648b1f8c5bd24dd0))
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.3.1"
__VERSION__ = "1.3.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.3.1"
version = "1.3.2"
description = "MetaboLights open metabolomics data repository utility tools and API."
authors = ["MetaboLights Team <metabolights-dev@ebi.ac.uk>"]
readme = "README.md"
Expand Down

0 comments on commit 9a14138

Please sign in to comment.