Skip to content

Commit

Permalink
chore(release): auto bump version to 1.20.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 6, 2023
1 parent d2d863d commit bafcec9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## v1.20.2 (2023-06-06)

### Fix

* **sidecar:** Add option to hide renders for expanded folders ([`560d4fa`](https://github.com/MadeInPierre/finalynx/commit/560d4fac58b65e62eee5152c03ba66c73303f597))
* **recommendations:** Sort by total delta ([`5e686ef`](https://github.com/MadeInPierre/finalynx/commit/5e686ef26417611f3cc309c9b71abe962f284d14))

### Documentation

* Fix screenshot url ([`4556af7`](https://github.com/MadeInPierre/finalynx/commit/4556af73af91be4af3515d31802e20bb59a45fcc))
* Create tutorials ([`93780d2`](https://github.com/MadeInPierre/finalynx/commit/93780d28c3c81bcf54a0238219413733898d4c45))

## v1.20.1 (2023-06-04)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Pierre Laclau"

# The full version, including alpha/beta/rc tags
release = "1.20.1"
release = "1.20.2"


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

__version__ = "1.20.1"
__version__ = "1.20.2"

__author__ = "Pierre Laclau (MadeInPierre)"

Expand Down
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.20.1"
version = "1.20.2"
description = "A command line investment assistant to organize your portfolio and simulate its future to reach your life goals."
authors = ["MadeInPierre <[email protected]>"]
license = "GPLv3"
Expand Down Expand Up @@ -52,7 +52,7 @@ build_command = "pip install poetry && poetry build"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.20.1"
version = "1.20.2"
tag_format = "v$version"

[tool.mypy]
Expand Down

0 comments on commit bafcec9

Please sign in to comment.