Skip to content

Commit

Permalink
chore(release): auto bump version to 1.8.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 21, 2023
1 parent 35757ed commit 2a457b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v1.8.0 (2023-04-21)
### Feature
* **portfolio:** New 'console_delta' output format ([`35757ed`](https://github.com/MadeInPierre/finalynx/commit/35757edb33451e05059f85c05703621df38454a8))
* **portfolio:** Display current amount to ideal delta ([`b9930fb`](https://github.com/MadeInPierre/finalynx/commit/b9930fbe1a156d3f2246ec9d901a73eee4c5b16b))

## v1.7.0 (2023-04-20)
### Feature
* **folder:** Display warning if the sum of ratios != 100 ([`88068b9`](https://github.com/MadeInPierre/finalynx/commit/88068b965cfbccad1f22b13b12634b0af04c6295))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Pierre Laclau"

# The full version, including alpha/beta/rc tags
release = "1.7.0"
release = "1.8.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion finalynx/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Metadata information about Finalynx. This file is used by Fynalinx and updated by the CI/CD pipeline.
"""

__version__ = "1.7.0"
__version__ = "1.8.0"

__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 = "finalynx"
version = "1.7.0"
version = "1.8.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"
Expand Down Expand Up @@ -52,7 +52,7 @@ build_command = "pip install poetry && poetry build"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.7.0"
version = "1.8.0"
tag_format = "v$version"

[tool.mypy]
Expand Down

0 comments on commit 2a457b4

Please sign in to comment.