From 1b891d55574a7e58539133cb71ecb3701c03c2a4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 19 Feb 2023 23:13:00 +0000 Subject: [PATCH] 0.1.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ finary_assistant/__meta__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b671e..7fade40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.4 (2023-02-19) +### Fix +* Relative import in module init ([`126fc6e`](https://github.com/MadeInPierre/finary_assistant/commit/126fc6eda9dbc75b9e1af66ac617e7e46062b6f3)) + ## v0.1.3 (2023-02-19) ### Fix * Trying to remove custom commit message ([`89bed31`](https://github.com/MadeInPierre/finary_assistant/commit/89bed317f66a4a27ac83e17586a9e8994abae632)) diff --git a/finary_assistant/__meta__.py b/finary_assistant/__meta__.py index 19f28e5..7154c20 100644 --- a/finary_assistant/__meta__.py +++ b/finary_assistant/__meta__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.3" +__version__ = "0.1.4" __author__ = "Pierre Laclau (MadeInPierre)" diff --git a/pyproject.toml b/pyproject.toml index 28c4874..0495353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "finary-assistant" -version = "0.1.3" +version = "0.1.4" description = "A command line investment assistant to organize your portfolio and simulate its future to reach your life goals." authors = ["MadeInPierre "] license = "GPLv3" @@ -36,6 +36,6 @@ build_command = "pip install poetry && poetry build" [tool.commitizen] name = "cz_conventional_commits" -version = "0.1.3" +version = "0.1.4" tag_format = "v$version"