Skip to content

Commit b2da9c7

Browse files
authored
Merge pull request #273 from funstory-ai/dev
feat: bump version to 0.3.19
2 parents babcd3b + ed097c4 commit b2da9c7

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.18"
1+
__version__ = "0.3.19"

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.18"
6+
__version__ = "0.3.19"
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.18"
26+
__version__ = "0.3.19"
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.18"
3+
version = "0.3.19"
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.18"
152+
current_version = "0.3.19"
153153
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
154154

155155
[bumpver.file_patterns]

0 commit comments

Comments
 (0)