Skip to content

Commit 0154c54

Browse files
committed
release: v4.5.1
1 parent d3adf39 commit 0154c54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
install-only: true
6262
- name: run prek with plugin
6363
run: |
64-
prek run --config .prek-test.yaml --all-files --verbose --show-diff-on-failure
64+
prek run --config .pre-commit-test.yaml --all-files --verbose --show-diff-on-failure
6565
6666
publish:
6767
name: Publish to PyPi

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

0 commit comments

Comments
 (0)