From 263d2e3e45bbacd06642dec59e9bc4ce4aad300d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 21 Jul 2023 22:06:55 +0000 Subject: [PATCH] chore(release): :rocket: 1.5.4 [skip ci] Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/hyfi/_version.py | 2 +- src/hyfi/conf/about/__init__.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28999a9..68f664d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## v1.5.4 (2023-07-21) + +### Fix + +* **utils:** Add get_caller_module_name method in PKGs class ([`a2e0c8f`](https://github.com/entelecheia/hyfi/commit/a2e0c8fdb667ab71cd527839a6fa213ab1809ffa)) +* **hyfi/core:** Add backup functionality and config search path modifications ([`92dc89a`](https://github.com/entelecheia/hyfi/commit/92dc89a83761253c9ed7088e30820eede1050024)) + ## v1.5.3 (2023-07-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index bd9120cf..b74755fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyfi" -version = "1.5.3" +version = "1.5.4" description = "Hydra Fast Interface (Hydra and Pydantic based interface framework)" authors = ["Young Joon Lee "] license = "MIT" diff --git a/src/hyfi/_version.py b/src/hyfi/_version.py index a06ff4e0..3a384fb2 100644 --- a/src/hyfi/_version.py +++ b/src/hyfi/_version.py @@ -1 +1 @@ -__version__ = "1.5.3" +__version__ = "1.5.4" diff --git a/src/hyfi/conf/about/__init__.yaml b/src/hyfi/conf/about/__init__.yaml index 9463df46..3f34db90 100644 --- a/src/hyfi/conf/about/__init__.yaml +++ b/src/hyfi/conf/about/__init__.yaml @@ -5,4 +5,4 @@ authors: Young Joon Lee description: Hydra Fast Interface (Hydra and Pydantic based interface framework) homepage: https://hyfi.entelecheia.ai license: MIT -version: "1.5.3" +version: "1.5.4"