Skip to content

Commit

Permalink
chore(release): 🚀 1.5.4 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and actions-user committed Jul 21, 2023
1 parent 383c051 commit 263d2e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<!--next-version-placeholder-->

## 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
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 = "hyfi"
version = "1.5.3"
version = "1.5.4"
description = "Hydra Fast Interface (Hydra and Pydantic based interface framework)"
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/hyfi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.3"
__version__ = "1.5.4"
2 changes: 1 addition & 1 deletion src/hyfi/conf/about/__init__.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors: Young Joon Lee <entelecheia@hotmail.com>
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"

0 comments on commit 263d2e3

Please sign in to comment.