-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): auto bump version to 1.21.0
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Jul 15, 2023
1 parent
6209b40
commit a7be5bb
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "finalynx" | ||
version = "1.20.3" | ||
version = "1.21.0" | ||
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" | ||
|
@@ -56,7 +56,7 @@ build_command = "pip install poetry && poetry build" | |
|
||
[tool.commitizen] | ||
name = "cz_conventional_commits" | ||
version = "1.20.3" | ||
version = "1.21.0" | ||
tag_format = "v$version" | ||
|
||
[tool.mypy] | ||
|