We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c2f4f commit 891ba6aCopy full SHA for 891ba6a
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.0"
+version = "0.5.1"
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.0"
+current_version = "0.5.1"
94
commit = true
95
tag = true
96
commit_args = "-s"
yardang/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.5.0"
+__version__ = "0.5.1"
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