We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca52843 + 359959e commit 5433fdeCopy full SHA for 5433fde
2 files changed
pyproject.toml
@@ -12,7 +12,7 @@ authors = [
12
description = "Easily generate sphinx documentation"
13
readme = "README.md"
14
license = { text = "Apache-2.0" }
15
-version = "0.5.2"
+version = "0.5.3"
16
requires-python = ">=3.10"
17
keywords = [
18
]
@@ -90,7 +90,7 @@ Repository = "https://github.com/python-project-templates/yardang"
90
Homepage = "https://github.com/python-project-templates/yardang"
91
92
[tool.bumpversion]
93
-current_version = "0.5.2"
+current_version = "0.5.3"
94
commit = true
95
tag = true
96
commit_args = "-s"
yardang/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.5.2"
+__version__ = "0.5.3"
2
3
from .build import generate_docs_configuration, generate_wiki_configuration, run_doxygen_if_needed
4
from .wiki import process_wiki_output
0 commit comments