Skip to content

Commit

Permalink
1.1.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 12, 2024
1 parent 600553d commit 33811f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# CHANGELOG

## v1.1.7 (2024-09-12)

### Unknown

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

## v1.1.6 (2024-08-30)

### Fix

* fix: Comment object accepts str ([`88cecca`](https://github.com/EBI-Metabolights/metabolights-utils/commit/88ceccaa56a77cae773f7c74c6b6956ba062abbd))

* fix: validation last update timestamp type is int or float. ([`64c65fa`](https://github.com/EBI-Metabolights/metabolights-utils/commit/64c65faee24fa6b72d0870707d1bce893fb5ac45))

### Unknown
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.6"
__VERSION__ = "1.1.7"

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

0 comments on commit 33811f8

Please sign in to comment.