We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbc78b commit 26354f5Copy full SHA for 26354f5
mdformat_mkdocs/__init__.py
@@ -1,6 +1,6 @@
1
"""An mdformat plugin for `mkdocs`."""
2
3
-__version__ = "4.5.0"
+__version__ = "4.5.1"
4
5
__plugin_name__ = "mkdocs"
6
pyproject.toml
@@ -24,7 +24,7 @@ license-files = ["LICENSE"]
24
name = "mdformat_mkdocs"
25
readme = "README.md"
26
requires-python = ">=3.10.0"
27
-version = "4.5.0"
+version = "4.5.1"
28
29
[project.entry-points."mdformat.parser_extension"]
30
mkdocs = "mdformat_mkdocs"
@@ -60,7 +60,7 @@ homepage = "https://github.com/kyleking/mdformat-mkdocs"
60
61
[tool.commitizen]
62
tag_format = "v${version}"
63
64
version_files = ["mdformat_mkdocs/__init__.py", "pyproject.toml:^version"]
65
66
[tool.mypy]
0 commit comments