From 312121f131495b8e679e24638696d44e15efbf05 Mon Sep 17 00:00:00 2001 From: awwaawwa <8493196+awwaawwa@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:55:56 +0800 Subject: [PATCH] chore: Bump version to 0.1.24 across all relevant files --- babeldoc/__init__.py | 2 +- babeldoc/const.py | 2 +- babeldoc/main.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/babeldoc/__init__.py b/babeldoc/__init__.py index 9eb734d..e8438af 100644 --- a/babeldoc/__init__.py +++ b/babeldoc/__init__.py @@ -1 +1 @@ -__version__ = "0.1.23" +__version__ = "0.1.24" diff --git a/babeldoc/const.py b/babeldoc/const.py index f1168ca..59e7b06 100644 --- a/babeldoc/const.py +++ b/babeldoc/const.py @@ -2,7 +2,7 @@ import subprocess from pathlib import Path -__version__ = "0.1.23" +__version__ = "0.1.24" CACHE_FOLDER = Path.home() / ".cache" / "babeldoc" diff --git a/babeldoc/main.py b/babeldoc/main.py index dbe0a12..7540ee7 100644 --- a/babeldoc/main.py +++ b/babeldoc/main.py @@ -23,7 +23,7 @@ from babeldoc.translation_config import TranslationConfig logger = logging.getLogger(__name__) -__version__ = "0.1.23" +__version__ = "0.1.24" def create_parser(): diff --git a/pyproject.toml b/pyproject.toml index b530e13..93f0f47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "BabelDOC" -version = "0.1.23" +version = "0.1.24" description = "Yet Another Document Translator" license = "AGPL-3.0" readme = "README.md" @@ -133,7 +133,7 @@ pythonpath = [".", "src"] testpaths = ["tests"] [bumpver] -current_version = "0.1.23" +current_version = "0.1.24" version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]" [bumpver.file_patterns]