From c2d7d8286ad289222fecafcdf4456356a7ffcebc Mon Sep 17 00:00:00 2001 From: MadeInPierre Date: Sat, 13 Jan 2024 15:52:51 +0100 Subject: [PATCH] ci: manual update to v1.22.3 --- docs/conf.py | 2 +- finalynx/__meta__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 92d3d21..e76d392 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Pierre Laclau" # The full version, including alpha/beta/rc tags -release = "1.22.2" +release = "1.22.3" # -- General configuration --------------------------------------------------- diff --git a/finalynx/__meta__.py b/finalynx/__meta__.py index 92d3599..c0a6679 100644 --- a/finalynx/__meta__.py +++ b/finalynx/__meta__.py @@ -6,7 +6,7 @@ Metadata information about Finalynx. This file is used by Fynalinx and updated by the CI/CD pipeline. """ -__version__ = "1.22.2" +__version__ = "1.22.3" __author__ = "Pierre Laclau (MadeInPierre)" diff --git a/pyproject.toml b/pyproject.toml index 68f3eea..4971ba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "finalynx" -version = "1.22.2" +version = "1.22.3" description = "A command line investment assistant to organize your portfolio and simulate its future to reach your life goals." authors = ["MadeInPierre "] license = "GPLv3" @@ -56,7 +56,7 @@ build_command = "pip install poetry && poetry build" [tool.commitizen] name = "cz_conventional_commits" -version = "1.22.2" +version = "1.22.3" tag_format = "v$version" [tool.mypy]