Skip to content

Commit

Permalink
chore: Bump version to 0.1.8
Browse files Browse the repository at this point in the history
- Update version in pyproject.toml
- Update version in uv.lock
- Update version in babeldoc/__init__.py
- Update version in babeldoc/main.py
  • Loading branch information
awwaawwa committed Feb 18, 2025
1 parent cbf4d57 commit 8f15746
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion babeldoc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
2 changes: 1 addition & 1 deletion babeldoc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from babeldoc.translation_config import TranslationConfig

logger = logging.getLogger(__name__)
__version__ = "0.1.7"
__version__ = "0.1.8"


def create_parser():
Expand Down
1 change: 1 addition & 0 deletions babeldoc/progress_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def stage_start(self, stage_name: str, total: int):
stage_progress=0.0,
stage_current=0,
stage_total=total,
overall_progress=self.calculate_current_progress(),
)
self.last_report_time = 0.0
return stage
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "BabelDOC"
version = "0.1.7"
version = "0.1.8"
description = "Yet Another Document Translator"
license = "AGPL-3.0"
readme = "README.md"
Expand Down Expand Up @@ -117,7 +117,7 @@ dev = [
]

[bumpver]
current_version = "0.1.7"
current_version = "0.1.8"
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"

[bumpver.file_patterns]
Expand Down
21 changes: 18 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f15746

Please sign in to comment.