Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 19, 2023
1 parent 126fc6e commit 1b891d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion finary_assistant/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.3"
__version__ = "0.1.4"

__author__ = "Pierre Laclau (MadeInPierre)"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPLv3"
Expand Down Expand Up @@ -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"

0 comments on commit 1b891d5

Please sign in to comment.