Skip to content

Commit 93aaba9

Browse files
author
github-actions
committed
chore(release): auto bump version to 1.11.0
Automatically generated by python-semantic-release
1 parent 9b0e8ff commit 93aaba9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.11.0 (2023-04-28)
6+
### Feature
7+
* **portfolio:** Basic support for multi-currencies ([#55](https://github.com/MadeInPierre/finalynx/issues/55)) ([`9b0e8ff`](https://github.com/MadeInPierre/finalynx/commit/9b0e8ff70346be6fab474c1cb35b2b3c4cee7337))
8+
59
## v1.10.1 (2023-04-28)
610
### Fix
711
* **delta:** Include shared folders in the delta list ([`63b3762`](https://github.com/MadeInPierre/finalynx/commit/63b3762ea30f55fc9a66078700a63190fdfec101))

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.10.1"
25+
release = "1.11.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.10.1"
9+
__version__ = "1.11.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.10.1"
3+
version = "1.11.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"
@@ -52,7 +52,7 @@ build_command = "pip install poetry && poetry build"
5252

5353
[tool.commitizen]
5454
name = "cz_conventional_commits"
55-
version = "1.10.1"
55+
version = "1.11.0"
5656
tag_format = "v$version"
5757

5858
[tool.mypy]

0 commit comments

Comments
 (0)