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 af0864f commit 095c990Copy full SHA for 095c990
mdformat_mkdocs/__init__.py
@@ -1,6 +1,6 @@
1
"""An mdformat plugin for `mkdocs`."""
2
3
-__version__ = "5.1.0"
+__version__ = "5.1.1"
4
5
__plugin_name__ = "mkdocs"
6
pyproject.toml
@@ -25,7 +25,7 @@ license-files = ["LICENSE"]
25
name = "mdformat_mkdocs"
26
readme = "README.md"
27
requires-python = ">=3.10.0"
28
-version = "5.1.0"
+version = "5.1.1"
29
30
[project.entry-points."mdformat.parser_extension"]
31
mkdocs = "mdformat_mkdocs"
@@ -69,7 +69,7 @@ homepage = "https://github.com/kyleking/mdformat-mkdocs"
69
70
[tool.commitizen]
71
tag_format = "v${version}"
72
73
version_files = ["mdformat_mkdocs/__init__.py", "pyproject.toml:^version"]
74
75
[tool.mypy]
0 commit comments