From a7be5bbbc930476ebfb337ae13c73a24cc15d2b7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 15 Jul 2023 16:53:13 +0000 Subject: [PATCH] chore(release): auto bump version to 1.21.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 14 ++++++++++++++ docs/conf.py | 2 +- finalynx/__meta__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b94d610..0759b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v1.21.0 (2023-07-15) + +### Feature + +* **budget:** Manage your daily expenses (N26 only) ([#135](https://github.com/MadeInPierre/finalynx/issues/135)) ([`6209b40`](https://github.com/MadeInPierre/finalynx/commit/6209b4088d8a37640a71832e5bb275ab851b5ac6)) + +### Documentation + +* Visual tweaks, update screenshots ([`efaa8b8`](https://github.com/MadeInPierre/finalynx/commit/efaa8b86d24578db10c3c3ce81774413b0d189a3)) +* Add envelopes and sources tutorials ([`20a9a82`](https://github.com/MadeInPierre/finalynx/commit/20a9a823d20bd5bd2b37ca8abaca02e013062d63)) +* Organize tutorials, add awesome badge ([`62b249d`](https://github.com/MadeInPierre/finalynx/commit/62b249d11b8e14e98f137286bd160d518f4a174e)) +* Improve installation guide readability ([`a57f996`](https://github.com/MadeInPierre/finalynx/commit/a57f996ffa25028b332f9628946d7c4039a1c932)) +* Create tutorials table of contents online ([`e690ab0`](https://github.com/MadeInPierre/finalynx/commit/e690ab09189be56fbd1109abc21c9ac51b5fcc3d)) + ## v1.20.3 (2023-06-07) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 949f145..2bc59d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Pierre Laclau" # The full version, including alpha/beta/rc tags -release = "1.20.3" +release = "1.21.0" # -- General configuration --------------------------------------------------- diff --git a/finalynx/__meta__.py b/finalynx/__meta__.py index 58fd5b5..9eb7362 100644 --- a/finalynx/__meta__.py +++ b/finalynx/__meta__.py @@ -6,7 +6,7 @@ Metadata information about Finalynx. This file is used by Fynalinx and updated by the CI/CD pipeline. """ -__version__ = "1.20.3" +__version__ = "1.21.0" __author__ = "Pierre Laclau (MadeInPierre)" diff --git a/pyproject.toml b/pyproject.toml index bfd9720..0b6a93e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] 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]