Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oyurekten committed Nov 14, 2024
2 parents 3db9718 + 0141f25 commit 94814cf
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,12 +1,27 @@
# CHANGELOG


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

### Fixes

* fix: empty line fix ([`abd88aa`](https://github.com/EBI-Metabolights/metabolights-utils/commit/abd88aa3d3d3562aae3d680e04b9ff3a9ee98a1d))

### Unknown

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


## v1.2.1 (2024-10-15)

### Fixes

* fix: isa table writer fix ([`e9977ad`](https://github.com/EBI-Metabolights/metabolights-utils/commit/e9977addbe85e27ddc5f521bebf6f002b687f152))

### Unknown

* enable remove_empty_rows and remove_new_lines_in_cells parameters ([`2511db3`](https://github.com/EBI-Metabolights/metabolights-utils/commit/2511db3ddfa402aaaf520e9b946063b44e2fc82a))


## v1.2.0 (2024-10-15)

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.1"
__VERSION__ = "1.2.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.2.1"
version = "1.2.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 94814cf

Please sign in to comment.