Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 20, 2023
1 parent 3a89f8e commit cfe4a20
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.7 (2023-02-20)
### Fix
* **ci:** Forgot to recursively clone the repo ([`3a89f8e`](https://github.com/MadeInPierre/finary_assistant/commit/3a89f8e015b422ae86a232377f55e97adaf3a2b1))

## v0.1.6 (2023-02-20)
### Fix
* **ci:** Attempting new glob pattern to include finary_api ([`12d81ea`](https://github.com/MadeInPierre/finary_assistant/commit/12d81ea2c0bc2e7cdeacd4417e2e642cdf7a8d04))
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.6"
__version__ = "0.1.7"

__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.6"
version = "0.1.7"
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 @@ -37,6 +37,6 @@ build_command = "pip install poetry && poetry build"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.6"
version = "0.1.7"
tag_format = "v$version"

0 comments on commit cfe4a20

Please sign in to comment.