Skip to content

Commit 58c7fed

Browse files
authored
Merge pull request #285 from funstory-ai/dev
chore: bump version to 0.3.21
2 parents 630de86 + 04f32a4 commit 58c7fed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

babeldoc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.20"
1+
__version__ = "0.3.21"

babeldoc/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import subprocess
44
from pathlib import Path
55

6-
__version__ = "0.3.20"
6+
__version__ = "0.3.21"
77

88
CACHE_FOLDER = Path.home() / ".cache" / "babeldoc"
99

babeldoc/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from babeldoc.translation_config import WatermarkOutputMode
2424

2525
logger = logging.getLogger(__name__)
26-
__version__ = "0.3.20"
26+
__version__ = "0.3.21"
2727

2828

2929
def create_parser():

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "BabelDOC"
3-
version = "0.3.20"
3+
version = "0.3.21"
44
description = "Yet Another Document Translator"
55
license = "AGPL-3.0"
66
readme = "README.md"
@@ -149,7 +149,7 @@ pythonpath = [".", "src"]
149149
testpaths = ["tests"]
150150

151151
[bumpver]
152-
current_version = "0.3.20"
152+
current_version = "0.3.21"
153153
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
154154

155155
[bumpver.file_patterns]

0 commit comments

Comments
 (0)