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 34f2544 commit 6b49216Copy full SHA for 6b49216
mdformat_mkdocs/__init__.py
@@ -1,6 +1,6 @@
1
"""An mdformat plugin for `mkdocs`."""
2
3
-__version__ = "4.5.1"
+__version__ = "5.0.0"
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 = "4.5.1"
+version = "5.0.0"
29
30
[project.entry-points."mdformat.parser_extension"]
31
mkdocs = "mdformat_mkdocs"
@@ -61,7 +61,7 @@ homepage = "https://github.com/kyleking/mdformat-mkdocs"
61
62
[tool.commitizen]
63
tag_format = "v${version}"
64
65
version_files = ["mdformat_mkdocs/__init__.py", "pyproject.toml:^version"]
66
67
[tool.mypy]
0 commit comments