Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oyurekten committed Sep 12, 2024
2 parents 88cecca + 2a959e1 commit 600553d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

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

### Fix

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

### Unknown

* Merge pull request #2 from nilshoffmann/master

Fixed type of last_update_timestamp in validation to float. ([`fe2aba1`](https://github.com/EBI-Metabolights/metabolights-utils/commit/fe2aba188f7401566bffc72f7f9c2261f8eb93b5))

* Fixed type of last_update_timestamp in validation to float. ([`d1fe8f5`](https://github.com/EBI-Metabolights/metabolights-utils/commit/d1fe8f5f09999f39b85a0cd515f3c717fec6f07f))

## v1.1.5 (2024-07-22)

### Fix
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.5"
__VERSION__ = "1.1.6"

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

0 comments on commit 600553d

Please sign in to comment.