Skip to content

Commit 26354f5

Browse files
committed
bump: version 4.5.0 → 4.5.1
1 parent 3cbc78b commit 26354f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mdformat_mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""An mdformat plugin for `mkdocs`."""
22

3-
__version__ = "4.5.0"
3+
__version__ = "4.5.1"
44

55
__plugin_name__ = "mkdocs"
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license-files = ["LICENSE"]
2424
name = "mdformat_mkdocs"
2525
readme = "README.md"
2626
requires-python = ">=3.10.0"
27-
version = "4.5.0"
27+
version = "4.5.1"
2828

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

6161
[tool.commitizen]
6262
tag_format = "v${version}"
63-
version = "4.5.0"
63+
version = "4.5.1"
6464
version_files = ["mdformat_mkdocs/__init__.py", "pyproject.toml:^version"]
6565

6666
[tool.mypy]

0 commit comments

Comments
 (0)