Skip to content

Commit 6b49216

Browse files
committed
bump: version 4.5.1 → 5.0.0
1 parent 34f2544 commit 6b49216

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.1"
3+
__version__ = "5.0.0"
44

55
__plugin_name__ = "mkdocs"
66

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 = "4.5.1"
28+
version = "5.0.0"
2929

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

6262
[tool.commitizen]
6363
tag_format = "v${version}"
64-
version = "4.5.1"
64+
version = "5.0.0"
6565
version_files = ["mdformat_mkdocs/__init__.py", "pyproject.toml:^version"]
6666

6767
[tool.mypy]

0 commit comments

Comments
 (0)