We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a0a9e commit 05eb357Copy full SHA for 05eb357
2 files changed
mdformat_mkdocs/__init__.py
@@ -1,7 +1,7 @@
1
# ruff: noqa: RUF067
2
"""An mdformat plugin for `mkdocs`."""
3
4
-__version__ = "5.2.0b0"
+__version__ = "5.2.0b1"
5
6
__plugin_name__ = "mkdocs"
7
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.2.0b0"
+version = "5.2.0b1"
29
30
[project.entry-points."mdformat.parser_extension"]
31
mkdocs = "mdformat_mkdocs"
@@ -70,7 +70,7 @@ homepage = "https://github.com/kyleking/mdformat-mkdocs"
70
71
[tool.commitizen]
72
tag_format = "v${version}"
73
74
version_files = ["mdformat_mkdocs/__init__.py", "pyproject.toml:^version"]
75
76
[tool.mypy]
0 commit comments