Skip to content

Commit 05eb357

Browse files
committed
bump: version 5.2.0b0 → 5.2.0b1
1 parent 07a0a9e commit 05eb357

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mdformat_mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ruff: noqa: RUF067
22
"""An mdformat plugin for `mkdocs`."""
33

4-
__version__ = "5.2.0b0"
4+
__version__ = "5.2.0b1"
55

66
__plugin_name__ = "mkdocs"
77

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license-files = ["LICENSE"]
2525
name = "mdformat_mkdocs"
2626
readme = "README.md"
2727
requires-python = ">=3.10.0"
28-
version = "5.2.0b0"
28+
version = "5.2.0b1"
2929

3030
[project.entry-points."mdformat.parser_extension"]
3131
mkdocs = "mdformat_mkdocs"
@@ -70,7 +70,7 @@ homepage = "https://github.com/kyleking/mdformat-mkdocs"
7070

7171
[tool.commitizen]
7272
tag_format = "v${version}"
73-
version = "5.2.0b0"
73+
version = "5.2.0b1"
7474
version_files = ["mdformat_mkdocs/__init__.py", "pyproject.toml:^version"]
7575

7676
[tool.mypy]

0 commit comments

Comments
 (0)