Skip to content

Commit

Permalink
ci: manual bump to v1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeInPierre committed Jan 13, 2024
1 parent 7e986a5 commit 8e8ec72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.22.3"
release = "1.22.4"


# -- 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.22.3"
__version__ = "1.22.4"

__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.22.3"
version = "1.22.4"
description = "A command line investment assistant to organize your portfolio and simulate its future to reach your life goals."
authors = ["MadeInPierre <pielaclau@gmail.com>"]
license = "GPLv3"
Expand Down Expand Up @@ -56,7 +56,7 @@ build_command = "pip install poetry && poetry build"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.22.3"
version = "1.22.4"
tag_format = "v$version"

[tool.mypy]
Expand Down

0 comments on commit 8e8ec72

Please sign in to comment.