Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
description = "Easily generate sphinx documentation"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.5.2"
version = "0.5.3"
requires-python = ">=3.10"
keywords = [
]
Expand Down Expand Up @@ -90,7 +90,7 @@ Repository = "https://github.com/python-project-templates/yardang"
Homepage = "https://github.com/python-project-templates/yardang"

[tool.bumpversion]
current_version = "0.5.2"
current_version = "0.5.3"
commit = true
tag = true
commit_args = "-s"
Expand Down
2 changes: 1 addition & 1 deletion yardang/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

from .build import generate_docs_configuration, generate_wiki_configuration, run_doxygen_if_needed
from .wiki import process_wiki_output
Expand Down
Loading