File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v1.21.0 (2023-07-15)
6+
7+ ### Feature
8+
9+ * ** budget:** Manage your daily expenses (N26 only) ([ #135 ] ( https://github.com/MadeInPierre/finalynx/issues/135 ) ) ([ ` 6209b40 ` ] ( https://github.com/MadeInPierre/finalynx/commit/6209b4088d8a37640a71832e5bb275ab851b5ac6 ) )
10+
11+ ### Documentation
12+
13+ * Visual tweaks, update screenshots ([ ` efaa8b8 ` ] ( https://github.com/MadeInPierre/finalynx/commit/efaa8b86d24578db10c3c3ce81774413b0d189a3 ) )
14+ * Add envelopes and sources tutorials ([ ` 20a9a82 ` ] ( https://github.com/MadeInPierre/finalynx/commit/20a9a823d20bd5bd2b37ca8abaca02e013062d63 ) )
15+ * Organize tutorials, add awesome badge ([ ` 62b249d ` ] ( https://github.com/MadeInPierre/finalynx/commit/62b249d11b8e14e98f137286bd160d518f4a174e ) )
16+ * Improve installation guide readability ([ ` a57f996 ` ] ( https://github.com/MadeInPierre/finalynx/commit/a57f996ffa25028b332f9628946d7c4039a1c932 ) )
17+ * Create tutorials table of contents online ([ ` e690ab0 ` ] ( https://github.com/MadeInPierre/finalynx/commit/e690ab09189be56fbd1109abc21c9ac51b5fcc3d ) )
18+
519## v1.20.3 (2023-06-07)
620
721### Fix
Original file line number Diff line number Diff line change 2222author = "Pierre Laclau"
2323
2424# The full version, including alpha/beta/rc tags
25- release = "1.20.3 "
25+ release = "1.21.0 "
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 66Metadata information about Finalynx. This file is used by Fynalinx and updated by the CI/CD pipeline.
77"""
88
9- __version__ = "1.20.3 "
9+ __version__ = "1.21.0 "
1010
1111__author__ = "Pierre Laclau (MadeInPierre)"
1212
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " finalynx"
3- version = " 1.20.3 "
3+ version = " 1.21.0 "
44description = " A command line investment assistant to organize your portfolio and simulate its future to reach your life goals."
55authors = [" MadeInPierre <pielaclau@gmail.com>" ]
66license = " GPLv3"
@@ -56,7 +56,7 @@ build_command = "pip install poetry && poetry build"
5656
5757[tool .commitizen ]
5858name = " cz_conventional_commits"
59- version = " 1.20.3 "
59+ version = " 1.21.0 "
6060tag_format = " v$version"
6161
6262[tool .mypy ]
You can’t perform that action at this time.
0 commit comments