Skip to content

Commit

Permalink
1.3.4
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 a473347 commit d05f6f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# CHANGELOG


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

### Unknown

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


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

### Fixes

* fix: update search pattern to find new lines in cells ([`bcf703a`](https://github.com/EBI-Metabolights/metabolights-utils/commit/bcf703acad1cbc173e56754aa94dad8742535468))

* fix: ontology source parse errors ([`1d68f25`](https://github.com/EBI-Metabolights/metabolights-utils/commit/1d68f25aa5efc70fda6fa982c3f887b64069b275))


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.3"
__VERSION__ = "1.3.4"

__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.3"
version = "1.3.4"
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 d05f6f7

Please sign in to comment.