Skip to content

Commit a7be5bb

Browse files
author
github-actions
committed
chore(release): auto bump version to 1.21.0
Automatically generated by python-semantic-release
1 parent 6209b40 commit a7be5bb

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "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 ---------------------------------------------------

finalynx/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Metadata 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "finalynx"
3-
version = "1.20.3"
3+
version = "1.21.0"
44
description = "A command line investment assistant to organize your portfolio and simulate its future to reach your life goals."
55
authors = ["MadeInPierre <pielaclau@gmail.com>"]
66
license = "GPLv3"
@@ -56,7 +56,7 @@ build_command = "pip install poetry && poetry build"
5656

5757
[tool.commitizen]
5858
name = "cz_conventional_commits"
59-
version = "1.20.3"
59+
version = "1.21.0"
6060
tag_format = "v$version"
6161

6262
[tool.mypy]

0 commit comments

Comments
 (0)