Skip to content

Commit 34e5ddb

Browse files
committed
chore: bump version to 0.5.16 across project files
- Updated version number in pyproject.toml, __init__.py, const.py, and main.py to reflect the new release.
1 parent ca55c28 commit 34e5ddb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

babeldoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.15"
1+
__version__ = "0.5.16"

babeldoc/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import threading
77
from pathlib import Path
88

9-
__version__ = "0.5.15"
9+
__version__ = "0.5.16"
1010

1111
CACHE_FOLDER = Path.home() / ".cache" / "babeldoc"
1212

babeldoc/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from babeldoc.translator.translator import set_translate_rate_limiter
2727

2828
logger = logging.getLogger(__name__)
29-
__version__ = "0.5.15"
29+
__version__ = "0.5.16"
3030

3131

3232
def create_parser():

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "BabelDOC"
3-
version = "0.5.15"
3+
version = "0.5.16"
44
description = "Yet Another Document Translator"
55
license = "AGPL-3.0"
66
readme = "README.md"
@@ -162,7 +162,7 @@ pythonpath = [".", "src"]
162162
testpaths = ["tests"]
163163

164164
[bumpver]
165-
current_version = "0.5.15"
165+
current_version = "0.5.16"
166166
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
167167

168168
[bumpver.file_patterns]

0 commit comments

Comments
 (0)