Skip to content

Commit

Permalink
chore(release): auto bump version to 1.16.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
github-actions committed May 26, 2023
1 parent f119c49 commit 96a9b48
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

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

## v1.16.1 (2023-05-26)
### Performance
* **finary:** Fetch all finary investments in only one call ([`f119c49`](https://github.com/MadeInPierre/finalynx/commit/f119c49967f8fc20dc591f1525a678e024cfabe3))

## v1.16.0 (2023-05-26)
### Feature
* Add startup for exotic investiment in constant file ([#100](https://github.com/MadeInPierre/finalynx/issues/100)) ([`598f0e0`](https://github.com/MadeInPierre/finalynx/commit/598f0e0a026080e30de8c43e4b778e4bd80600ef))
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
author = "Pierre Laclau"

# The full version, including alpha/beta/rc tags
release = "1.16.0"
release = "1.16.1"


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

__version__ = "1.16.0"
__version__ = "1.16.1"

__author__ = "Pierre Laclau (MadeInPierre)"

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.16.0"
version = "1.16.1"
description = "A command line investment assistant to organize your portfolio and simulate its future to reach your life goals."
authors = ["MadeInPierre <pielaclau@gmail.com>"]
license = "GPLv3"
@@ -51,7 +51,7 @@ build_command = "pip install poetry && poetry build"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.16.0"
version = "1.16.1"
tag_format = "v$version"

[tool.mypy]

0 comments on commit 96a9b48

Please sign in to comment.