We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bc88b commit 5e6490eCopy full SHA for 5e6490e
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.4.1"
+version = "0.4.2"
16
requires-python = ">=3.10"
17
keywords = [
18
]
@@ -83,7 +83,7 @@ Repository = "https://github.com/python-project-templates/yardang"
83
Homepage = "https://github.com/python-project-templates/yardang"
84
85
[tool.bumpversion]
86
-current_version = "0.4.1"
+current_version = "0.4.2"
87
commit = true
88
tag = true
89
commit_args = "-s"
yardang/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.4.1"
+__version__ = "0.4.2"
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